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 | 1001110001001000111001010110011101000010 | 9c48e56742 |
EUC-JP | 廩虍B | 1101011110101001111010011100100001000010 | d7a9e9c842 |
UTF-8 | 廩虍B | 11100101101110111010100111101000100110011000110101000010 | e5bba9e8998d42 |
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)