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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獰h?? | 111000001101011010000010100010000011111100111111 | e0d682883f3f |
EUC-JP | 獰h?? | 111000001101100010100011111010000011111100111111 | e0d8a3e83f3f |
UTF-8 | 獰h뵓裂 | 111001111000110110110000111011111011110110001000111010111011010110010011111011111010011010100000 | e78db0efbd88ebb593efa6a0 |
UHC | 獰h뵓裂 | 1110011110111110101000111110100010010100100101011110011011110001 | e7bea3e89495e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)