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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 懌洟暮B | 10011100111000101001111110100100100101011110100101000010 | 9ce29fa495e942 |
EUC-JP | 懌洟暮B | 11011000111001001101111010100110110010101110101101000010 | d8e4dea6caeb42 |
UTF-8 | 懌洟暮B | 11100110100001111000110011100110101101001001111111100110100110101010111001000010 | e6878ce6b49fe69aae42 |
UHC | ??暮B | 0011111100111111110110011011101001000010 | 3f3fd9ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)