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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 茫茫B | 1110010010101001111001001010100101000010 | e4a9e4a942 |
EUC-JP | 茫茫B | 1110100010101011111010001010101101000010 | e8abe8ab42 |
UTF-8 | 茫茫B | 11101000100011001010101111101000100011001010101101000010 | e88cabe88cab42 |
UHC | 茫茫B | 1101100011010100110110001101010001000010 | d8d4d8d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)