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 | 10011010100010111000000111100001100001000101011001000010 | 9a8b81e1845642 |
SJIS-WIN | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
EUC-JP | ???á?VB | 001111110011111100111111100011111010101110100001001111110101011001000010 | 3f3f3f8faba13f5642 |
UTF-8 | áVB | 110000101001101011000010100010111100001010000001110000111010000111000010100001000101011001000010 | c29ac28bc281c3a1c2845642 |
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)