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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 歪??h歪 | 10011000011000110011111100111111011010001001100001100011 | 98633f3f689863 |
EUC-JP | 歪??h歪 | 11001111110001000011111100111111011010001100111111000100 | cfc43f3f68cfc4 |
UTF-8 | 歪됵스h歪 | 11100110101011011010101011101011100100001011010111101100100010101010010001101000111001101010110110101010 | e6adaaeb90b5ec8aa468e6adaa |
UHC | 歪됵스h歪 | 111010001110000010001001111011111011110110111010011010001110100011100000 | e8e089efbdba68e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)