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 | 1001000111100111100000010100001001000010 | 91e7814242 |
EUC-JP | 醍。B | 1100001011101001101000011010001101000010 | c2e9a1a342 |
UTF-8 | 醍。B | 11101001100001101000110111100011100000001000001001000010 | e9868de3808242 |
UHC | 醍。B | 1111000010110101101000011010001101000010 | f0b5a1a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)