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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヨ鑈淸蠅鴈 | 1111000011101001110101101111101111100111111110110100001111100101101000101110100111101100 | f0e9d6fbe7fb43e5a2e9ec |
EUC-JP | ?ヨ鑈?蠅鴈 | 0011111110001110110101101000111111100101111010110011111111101010101001001111001011101110 | 3f8ed68fe5eb3feaa4f2ee |
UTF-8 | ヨ鑈淸蠅鴈 | 111011101000001010101000111011111011111010010110111010011001000110001000111001101011011110111000111010001010000010000101111010011011010010001000 | ee82a8efbe96e99188e6b7b8e8a085e9b488 |
UHC | ???淸蠅? | 0011111100111111001111111111010011101000111000111011001000111111 | 3f3f3ff4e8e3b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)