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 | 10010010101000100110111101000010 | 92a26f42 |
EUC-JP | 弔oB | 11000100101001000110111101000010 | c4a46f42 |
UTF-8 | 弔oB | 1110010110111100100101000110111101000010 | e5bc946f42 |
UHC | 弔oB | 11110000110000000110111101000010 | f0c06f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)