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 | 獰③?域 | 11100000110101101000011101000010001111111000100011100110 | e0d687423f88e6 |
EUC-JP | 獰??域 | 111000001101100000111111001111111011000011101000 | e0d83f3fb0e8 |
UTF-8 | 獰③솣域 | 111001111000110110110000111000101001000110100010111011001000011010100011111001011001111110011111 | e78db0e291a2ec86a3e59f9f |
UHC | 獰③솣域 | 1110011110111110101010001110100110011001100111011110011010110100 | e7bea8e9999de6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)