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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?d?B | 0011111110000010100001000011111101000010 | 3f82843f42 |
EUC-JP | ?d?B | 0011111110100011111001000011111101000010 | 3fa3e43f42 |
UTF-8 | 溜d풅B | 11101111101001111000101111101111101111011000010011101101100100101000010101000010 | efa78befbd84ed928542 |
UHC | 溜d풅B | 11101010111111101010001111100100101111101000110101000010 | eafea3e4be8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)