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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 淋놁콡淋볧쉹h | 11101111101001111011010111101011100001101000000111101100101111011010000111101111101001111011010111101011101100111010011111101100100010011011100101101000 | efa7b5eb8681ecbda1efa7b5ebb3a7ec89b968 |
UHC | 淋놁콡淋볧쉹h | 11101100111110001000011011101100101100011001100111101100111110001001001111101101100110101000111101101000 | ecf886ecb199ecf893ed9a8f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)