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 | 蝪躯ク懋ス | 1110010110100001100010111110101110111000100111001110101010111101 | e5a18bebb89ceabd |
EUC-JP | 蝪躯ク懋ス | 11101010101000111011011011101101100011101011100011011000111011001000111010111101 | eaa3b6ed8eb8d8ec8ebd |
UTF-8 | 蝪躯ク懋ス | 111010001001110110101010111010001011101010101111111011111011110110111000111001101000011110001011111011111011110110111101 | e89daae8baafefbdb8e6878befbdbd |
UHC | ???懋? | 001111110011111100111111110110011110010100111111 | 3f3f3fd9e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)