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 | 1110010011101001100011101010011001000010 | e4e98ea642 |
EUC-JP | 蓚示B | 1110100011101011101111001010100001000010 | e8ebbca842 |
UTF-8 | 蓚示B | 11101000100100111001101011100111101001001011101001000010 | e8939ae7a4ba42 |
UHC | 蓚示B | 1110001010111110111000111100011001000010 | e2bee3c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)