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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疾ク蝪 | 111100101010101010001110101111101111001010100011101110001110010110100001 | f2aa8ebef2a3b8e5a1 |
EUC-JP | ?疾?ク蝪 | 0011111110111100110000000011111110001110101110001110101010100011 | 3fbcc03f8eb8eaa3 |
UTF-8 | 疾ク蝪 | 111011101000011110100001111001111001011010111110111011101000011110011010111011111011110110111000111010001001110110101010 | ee87a1e796beee879aefbdb8e89daa |
UHC | ?疾??? | 001111111111001011110000001111110011111100111111 | 3ff2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)