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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?侍B | 00111111100011101001100001000010 | 3f8e9842 |
EUC-JP | ?侍B | 00111111101110111111100001000010 | 3fbbf842 |
UTF-8 | 렣侍B | 11101011101000001010001111100100101111101000110101000010 | eba0a3e4be8d42 |
UHC | 렣侍B | 1000111010110100111000111011010001000010 | 8eb4e3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)