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 | 鏃?砥?? | 11101000010101100011111110010011011101010011111100111111 | e8563f93753f3f |
EUC-JP | 鏃?砥?? | 11101111101101110011111111000101110101100011111100111111 | efb73fc5d63f3f |
UTF-8 | 鏃렮砥렫롉 | 111010011000111110000011111010111010000010101110111001111010000010100101111010111010000010101011111010111010000110001001 | e98f83eba0aee7a0a5eba0abeba189 |
UHC | 鏃렮砥렫롉 | 11110000111011001000111010111011111100101011001010001110101110011000111011001111 | f0ec8ebbf2b28eb98ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)