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 | 1110010101100111100110100101100101000010 | e5679a5942 |
EUC-JP | 虍唳B | 1110100111001000110100111011101001000010 | e9c8d3ba42 |
UTF-8 | 虍唳B | 11101000100110011000110111100101100101001011001101000010 | e8998de594b342 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)