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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鼎?載 | 1001001101000011001111111000110111011010 | 93433f8dda |
EUC-JP | 鼎?載 | 1100010110100100001111111011101011011100 | c5a43fbadc |
UTF-8 | 鼎렦載 | 111010011011110010001110111010111010000010100110111010001011110010001001 | e9bc8eeba0a6e8bc89 |
UHC | 鼎렦載 | 111100001010001110001110101101011110111010110000 | f0a38eb5eeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)