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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茆b | 11100100100110111000001010000010 | e49b8282 |
EUC-JP | 茆b | 11100111111110111010001111100010 | e7fba3e2 |
UTF-8 | 茆b | 111010001000110010000110111011111011110110000010 | e88c86efbd82 |
UHC | ?b | 001111111010001111100010 | 3fa3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)