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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楔?舌 | 1001111010110110001111111001000011100011 | 9eb63f90e3 |
EUC-JP | 楔?舌 | 1101110010111000001111111100000011100101 | dcb83fc0e5 |
UTF-8 | 楔了舌 | 111001101010010110010100111011111010011010111010111010001000100010001100 | e6a594efa6bae8888c |
UHC | 楔了舌 | 111000001101101111101000111001111110000011011111 | e0dbe8e7e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)