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 | ?{N}?{N{^ | 001111110111101101001110011111010011111101111011010011100111101101011110 | 3f7b4e7d3f7b4e7b5e |
SJIS-WIN | 夕{N}夕{N{^ | 1001011101011011011110110100111001111101100101110101101101111011010011100111101101011110 | 975b7b4e7d975b7b4e7b5e |
EUC-JP | 夕{N}夕{N{^ | 1100110110111100011110110100111001111101110011011011110001111011010011100111101101011110 | cdbc7b4e7dcdbc7b4e7b5e |
UTF-8 | 夕{N}夕{N{^ | 11100101101001001001010101111011010011100111110111100101101001001001010101111011010011100111101101011110 | e5a4957b4e7de5a4957b4e7b5e |
UHC | 夕{N}夕{N{^ | 1110000010101010011110110100111001111101111000001010101001111011010011100111101101011110 | e0aa7b4e7de0aa7b4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)