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 | 1001011110110010111010010110000101000010 | 97b2e96142 |
EUC-JP | 隆饌B | 1100111010110100111100011100001001000010 | ceb4f1c242 |
UTF-8 | 隆饌B | 11101001100110101000011011101001101001011000110001000010 | e99a86e9a58c42 |
UHC | 隆饌B | 1101011111001100111100111100101001000010 | d7ccf3ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)