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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 夷??@B | 100010001100111000111111001111110100000001000010 | 88ce3f3f4042 |
EUC-JP | 夷??@B | 101100001101000000111111001111110100000001000010 | b0d03f3f4042 |
UTF-8 | 夷섏괜@B | 1110010110100100101101111110110010000100100011111110101010110100100111000100000001000010 | e5a4b7ec848feab49c4042 |
UHC | 夷섏괜@B | 1110110010101000100110001110110010110001101001100100000001000010 | eca898ecb1a64042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)