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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 瑤??B凹 | 11101010101000100011111100111111010000101000100110011010 | eaa23f3f42899a |
EUC-JP | 瑤??B凹 | 11110100101001000011111100111111010000101011000111111010 | f4a43f3f42b1fa |
UTF-8 | 瑤쒑뮅B凹 | 11100111100100011010010011101100100100101001000111101011101011101000010101000010111001011000011110111001 | e791a4ec9291ebae8542e587b9 |
UHC | 瑤쒑뮅B凹 | 111010001111110110011100111010001001001010010100010000101110100011101010 | e8fd9ce8929442e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)