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 | »óì³VB | 10001111101110111111001111101100101100110101011001000010 | 8fbbf3ecb35642 |
SJIS-WIN | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
EUC-JP | ??óì?VB | 0011111100111111100011111010101111010001100011111010101111000000001111110101011001000010 | 3f3f8fabd18fabc03f5642 |
UTF-8 | »óì³VB | 110000101000111111000010101110111100001110110011110000111010110011000010101100110101011001000010 | c28fc2bbc3b3c3acc2b35642 |
UHC | ????³VB | 0011111100111111001111110011111110101001111110000101011001000010 | 3f3f3f3fa9f85642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)