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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髏皮ィョ謌賛 | 11101001100100001001010011100111101010001010111011100110100010001000111001011110 | e99094e7a8aee6888e5e |
EUC-JP | 髏皮ィョ謌賛 | 111100011111000011001000111010011000111010101000100011101010111011101011111010001011101110111111 | f1f0c8e98ea88eaeebe8bbbf |
UTF-8 | 髏皮ィョ謌賛 | 111010011010101110001111111001111001101010101110111011111011110110101000111011111011110110101110111010001010110010001100111010001011001110011011 | e9ab8fe79aaeefbda8efbdaee8ac8ce8b39b |
UHC | ?皮???? | 00111111111110011010101100111111001111110011111100111111 | 3ff9ab3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)