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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池伎??楢 | 1001001001110010100010101110101000111111001111111001001111101000 | 92728aea3f3f93e8 |
EUC-JP | 池伎??楢 | 1100001111010011101101001110110000111111001111111100011011101010 | c3d3b4ec3f3fc6ea |
UTF-8 | 池伎렩렭楢 | 111001101011000110100000111001001011110010001110111010111010000010101001111010111010000010101101111001101010010110100010 | e6b1a0e4bc8eeba0a9eba0ade6a5a2 |
UHC | 池伎렩렭楢 | 11110010101011101101000011101011100011101011011110001110101110101110101011111001 | f2aed0eb8eb78ebaeaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)