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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ?樽N}?樽N{^ | 0011111110010010010011010100111001111101001111111001001001001101010011100111101101011110 | 3f924d4e7d3f924d4e7b5e |
EUC-JP | ?樽N}?樽N{^ | 0011111111000011101011100100111001111101001111111100001110101110010011100111101101011110 | 3fc3ae4e7d3fc3ae4e7b5e |
UTF-8 | 렮樽N}렮樽N{^ | 1110101110100000101011101110011010101000101111010100111001111101111010111010000010101110111001101010100010111101010011100111101101011110 | eba0aee6a8bd4e7deba0aee6a8bd4e7b5e |
UHC | 렮樽N}렮樽N{^ | 10001110101110111111000111011100010011100111110110001110101110111111000111011100010011100111101101011110 | 8ebbf1dc4e7d8ebbf1dc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)