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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 楔?舌^ | 100111101011011000111111100100001110001101011110 | 9eb63f90e35e |
EUC-JP | 楔?舌^ | 110111001011100000111111110000001110010101011110 | dcb83fc0e55e |
UTF-8 | 楔了舌^ | 11100110101001011001010011101111101001101011101011101000100010001000110001011110 | e6a594efa6bae8888c5e |
UHC | 楔了舌^ | 11100000110110111110100011100111111000001101111101011110 | e0dbe8e7e0df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)