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 | 11100011110010011000010010001011100001000101011001000010 | e3c9848b845642 |
SJIS-WIN | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
EUC-JP | ãÉ???VB | 1000111110101011101010101000111110101010101100010011111100111111001111110101011001000010 | 8fabaa8faab13f3f3f5642 |
UTF-8 | ãÉVB | 110000111010001111000011100010011100001010000100110000101000101111000010100001000101011001000010 | c3a3c389c284c28bc2845642 |
UHC | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)