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{^ | 1000110111001001001111110100111001111101100011011100100100111111010011100111101101011110 | 8dc93f4e7d8dc93f4e7b5e |
EUC-JP | 宰?N}宰?N{^ | 1011101011001011001111110100111001111101101110101100101100111111010011100111101101011110 | bacb3f4e7dbacb3f4e7b5e |
UTF-8 | 宰뒬N}宰뒬N{^ | 1110010110101110101100001110101110010010101011000100111001111101111001011010111010110000111010111001001010101100010011100111101101011110 | e5aeb0eb92ac4e7de5aeb0eb92ac4e7b5e |
UHC | 宰뒬N}宰뒬N{^ | 11101110101001011011010111011100010011100111110111101110101001011011010111011100010011100111101101011110 | eea5b5dc4e7deea5b5dc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)