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 | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 雨`雨OB | 10001001010010100110000010001001010010100100111101000010 | 894a60894a4f42 |
EUC-JP | 雨`雨OB | 10110001101010110110000010110001101010110100111101000010 | b1ab60b1ab4f42 |
UTF-8 | 雨`雨OB | 111010011001101110101000011000001110100110011011101010000100111101000010 | e99ba860e99ba84f42 |
UHC | 雨`雨OB | 11101001111010110110000011101001111010110100111101000010 | e9eb60e9eb4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)