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 | ?鬼序げ? | 0011111110001011010100111000111110011000100000101011000000111111 | 3f8b538f9882b03f |
EUC-JP | ?鬼序げ? | 0011111110110101101101001011110111111000101001001011001000111111 | 3fb5b4bdf8a4b23f |
UTF-8 | 룶鬼序げ룶 | 111010111010001110110110111010011010110010111100111001011011101010001111111000111000000110010010111010111010001110110110 | eba3b6e9acbce5ba8fe38192eba3b6 |
UHC | 룶鬼序げ룶 | 10001111101010111101000010100001110111111110110110101010101100101000111110101011 | 8fabd0a1dfedaab28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)