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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鏃?至? | 111010000101011000111111100011101000101000111111 | e8563f8e8a3f |
EUC-JP | 鏃?至? | 111011111011011100111111101110111110101000111111 | efb73fbbea3f |
UTF-8 | 鏃렮至렫 | 111010011000111110000011111010111010000010101110111010001000011110110011111010111010000010101011 | e98f83eba0aee887b3eba0ab |
UHC | 鏃렮至렫 | 1111000011101100100011101011101111110010101110001000111010111001 | f0ec8ebbf2b88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)