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 | ?oB | 001111110110111101000010 | 3f6f42 |
SJIS-WIN | 雨oB | 10001001010010100110111101000010 | 894a6f42 |
EUC-JP | 雨oB | 10110001101010110110111101000010 | b1ab6f42 |
UTF-8 | 雨oB | 1110100110011011101010000110111101000010 | e99ba86f42 |
UHC | 雨oB | 11101001111010110110111101000010 | e9eb6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)