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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?▼????^ | 0011111110000001101001010011111100111111001111110011111101011110 | 3f81a53f3f3f3f5e |
EUC-JP | ?▼????^ | 0011111110100010101001110011111100111111001111110011111101011110 | 3fa2a73f3f3f3f5e |
UTF-8 | 掠▼윿轢녺즯^ | 11101111101001011011010111100010100101101011110011101100100111001011111111101111101001101000110111101011100001011011101011101100101001101010111101011110 | efa5b5e296bcec9cbfefa68deb85baeca6af5e |
UHC | 掠▼윿轢녺즯^ | 11100101101100011010000111100101100111111011011111100110101111001000011011100111101000111000000101011110 | e5b1a1e59fb7e6bc86e7a3815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)