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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獄??夜? | 10001101100101100011111100111111100101101110100100111111 | 8d963f3f96e93f |
EUC-JP | 獄??夜? | 10111001111101100011111100111111110011001110101100111111 | b9f63f3fcceb3f |
UTF-8 | 獄띌숱夜긂 | 111001111000110110000100111010111001110110001100111011001000100010110001111001011010010010011100111010101011100010000010 | e78d84eb9d8cec88b1e5a49ceab882 |
UHC | 獄띌숱夜긂 | 11101000101010111011011011101001101111011010001011100101101010001000001101000101 | e8abb6e9bda2e5a88345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)