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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 重?砥?? | 10001111011001000011111110010011011101010011111100111111 | 8f643f93753f3f |
EUC-JP | 重?砥?? | 10111101110001010011111111000101110101100011111100111111 | bdc53fc5d63f3f |
UTF-8 | 重렮砥렫롊 | 111010011000011110001101111010111010000010101110111001111010000010100101111010111010000010101011111010111010000110001010 | e9878deba0aee7a0a5eba0abeba18a |
UHC | 重렮砥렫롊 | 11110001111011001000111010111011111100101011001010001110101110011000111011010000 | f1ec8ebbf2b28eb98ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)