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 | 池兢?證? | 1001001001110010100110010101110100111111111001101001101000111111 | 9272995d3fe69a3f |
EUC-JP | 池兢?證? | 1100001111010011110100011011111000111111111010111111101000111111 | c3d3d1be3febfa3f |
UTF-8 | 池兢쑨證렋 | 111001101011000110100000111001011000010110100010111011001001000110101000111010001010110110001001111010111010000010001011 | e6b1a0e585a2ec91a8e8ad89eba08b |
UHC | 池兢쑨證렋 | 11110010101011101101000011100111101111101010011111110001111110111000111010100010 | f2aed0e7bea7f1fb8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)