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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シヲ松 | 111100101111010010111100101001101000111110111100 | f2f4bca68fbc |
EUC-JP | ?シヲ松 | 00111111100011101011110010001110101001101011111010111110 | 3f8ebc8ea6bebe |
UTF-8 | シヲ松 | 111011101000100010101011111011111011110110111100111011111011110110100110111001101001110110111110 | ee88abefbdbcefbda6e69dbe |
UHC | ???松 | 0011111100111111001111111110000111100110 | 3f3f3fe1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)