To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??Ж | 00111111001111111000010001000111 | 3f3f8447 |
EUC-JP | 庾?Ж | 100011111011110011001110001111111010011110101000 | 8fbcce3fa7a8 |
UTF-8 | 庾싲Ж | 1110010110111010101111101110110010001011101100101101000010010110 | e5babeec8bb2d096 |
UHC | 庾싲Ж | 111010101110110010011010111010111010110010101000 | eaec9aebaca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)