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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疾貂疾 | 100011101011111011100110101110001000111010111110 | 8ebee6b88ebe |
EUC-JP | 疾貂疾 | 101111001100000011101100101110101011110011000000 | bcc0ecbabcc0 |
UTF-8 | 疾貂疾 | 111001111001011010111110111010001011001010000010111001111001011010111110 | e796bee8b282e796be |
UHC | 疾貂疾 | 111100101111000011110101101100001111001011110000 | f2f0f5b0f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)