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 | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
SJIS-WIN | ?豢p?豢pB | 001111111110011010110100011100000011111111100110101101000111000001000010 | 3fe6b4703fe6b47042 |
EUC-JP | 嶴豢p嶴豢pB | 10001111101110111111001111101100101101100111000010001111101110111111001111101100101101100111000001000010 | 8fbbf3ecb6708fbbf3ecb67042 |
UTF-8 | 嶴豢p嶴豢pB | 111001011011011010110100111010001011000110100010011100001110010110110110101101001110100010110001101000100111000001000010 | e5b6b4e8b1a270e5b6b4e8b1a27042 |
UHC | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)