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 | 彫豆?鼎 | 10010010101001001001001110100100001111111001001101000011 | 92a493a43f9343 |
EUC-JP | 彫豆?鼎 | 11000100101001101100011010100110001111111100010110100100 | c4a6c6a63fc5a4 |
UTF-8 | 彫豆쨀鼎 | 111001011011110110101011111010001011000110000110111011001010100010000000111010011011110010001110 | e5bdabe8b186eca880e9bc8e |
UHC | 彫豆쨀鼎 | 1111000011000001110101001110011111000010101100111111000010100011 | f0c1d4e7c2b3f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)