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 | 池矜??兄 | 1001001001110010111000011110000000111111001111111000110001011010 | 9272e1e03f3f8c5a |
EUC-JP | 池矜??兄 | 1100001111010011111000101110001000111111001111111011011110111011 | c3d3e2e23f3fb7bb |
UTF-8 | 池矜렋렒兄 | 111001101011000110100000111001111001111110011100111010111010000010001011111010111010000010010010111001011000010110000100 | e6b1a0e79f9ceba08beba092e58584 |
UHC | 池矜렋렒兄 | 11110010101011101101000011101000100011101010001010001110101001111111101011111100 | f2aed0e88ea28ea7fafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)