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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紳??燮 | 100100000110000100111111001111111001100111010111 | 90613f3f99d7 |
EUC-JP | 紳??燮 | 101111111100001000111111001111111101001011011001 | bfc23f3fd2d9 |
UTF-8 | 紳룍똕燮 | 111001111011010010110011111010111010001110001101111010111001100010010101111001111000011110101110 | e7b4b3eba38deb9895e787ae |
UHC | 紳룍똕燮 | 1110001111101011100011111000101110001100010100111110000011110000 | e3eb8f8b8c53e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)