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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 埇??^ | 1111101010011010001111110011111101011110 | fa9a3f3f5e |
EUC-JP | 埇??^ | 100011111011011111100111001111110011111101011110 | 8fb7e73f3f5e |
UTF-8 | 埇쏀뒺^ | 11100101100111111000011111101100100011111000000011101011100100101011101001011110 | e59f87ec8f80eb92ba5e |
UHC | 埇쏀뒺^ | 11101001101110011011110111101101100010101011000001011110 | e9b9bded8ab05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)