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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 獄??極^ | 10001101100101100011111100111111100010111100100101011110 | 8d963f3f8bc95e |
EUC-JP | 獄™?極^ | 101110011111011010001111101000101110111100111111101101101100101101011110 | b9f68fa2ef3fb6cb5e |
UTF-8 | 獄™댌極^ | 11100111100011011000010011100010100001001010001011101011100011001000110011100110101001011011010101011110 | e78d84e284a2eb8c8ce6a5b55e |
UHC | 獄™댌極^ | 111010001010101110100010111000101000100010110101110100001011111101011110 | e8aba2e288b5d0bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)