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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鼎???爭?B | 100100110100001100111111001111110011111111100000101001010011111101000010 | 93433f3f3fe0a53f42 |
EUC-JP | 鼎???爭?B | 110001011010010000111111001111110011111111100000101001110011111101000010 | c5a43f3f3fe0a73f42 |
UTF-8 | 鼎쾡렪렍爭렗B | 11101001101111001000111011101100101111101010000111101011101000001010101011101011101000001000110111100111100010001010110111101011101000001001011101000010 | e9bc8eecbea1eba0aaeba08de788adeba09742 |
UHC | 鼎쾡렪렍爭렗B | 11110000101000111100010011101001100011101011100010001110101000111110111010110011100011101010110001000010 | f0a3c4e98eb88ea3eeb38eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)