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 | 池肯?元? | 1001001001110010100011010110110100111111100011001011001100111111 | 92728d6d3f8cb33f |
EUC-JP | 池肯?元? | 1100001111010011101110011100111000111111101110001011010100111111 | c3d3b9ce3fb8b53f |
UTF-8 | 池肯색元렯 | 111001101011000110100000111010001000001010101111111011001000001110001001111001011000010110000011111010111010000010101111 | e6b1a0e882afec8389e58583eba0af |
UHC | 池肯색元렯 | 11110010101011101101000011101001101110111111011011101010101010101000111010111100 | f2aed0e9bbf6eaaa8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)