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 | 褻疲ケ伜貉 | 1110010111110110100101001110011010111001100110001110010111110110100101001110011010111001 | e5f694e6b998e5f694e6b9 |
EUC-JP | 褻疲ケ伜?貉 | 1110101011111000110010001110100010001110101110011101000011100111001111111110110010111011 | eaf8c8e88eb9d0e73fecbb |
UTF-8 | 褻疲ケ伜貉 | 111010001010010010111011111001111001011010110010111011111011110110111001111001001011110010011100111011101001001010111011111010001011001010001001 | e8a4bbe796b2efbdb9e4bc9cee92bbe8b289 |
UHC | 褻疲???? | 1110000011100001111110011010101000111111001111110011111100111111 | e0e1f9aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)