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 | 池肯?伎? | 1001001001110010100011010110110100111111100010101110101000111111 | 92728d6d3f8aea3f |
EUC-JP | 池肯?伎? | 1100001111010011101110011100111000111111101101001110110000111111 | c3d3b9ce3fb4ec3f |
UTF-8 | 池肯렣伎렗 | 111001101011000110100000111010001000001010101111111010111010000010100011111001001011110010001110111010111010000010010111 | e6b1a0e882afeba0a3e4bc8eeba097 |
UHC | 池肯렣伎렗 | 11110010101011101101000011101001100011101011010011010000111010111000111010101100 | f2aed0e98eb4d0eb8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)