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 | 1001111010110110100100001110001101000010 | 9eb690e342 |
EUC-JP | 楔舌B | 1101110010111000110000001110010101000010 | dcb8c0e542 |
UTF-8 | 楔舌B | 11100110101001011001010011101000100010001000110001000010 | e6a594e8888c42 |
UHC | 楔舌B | 1110000011011011111000001101111101000010 | e0dbe0df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)