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 | 髫エ螽ッ關ス | 111010011001101010110100111001011010100010101111111010001001000010111101 | e99ab4e5a8afe890bd |
EUC-JP | 髫エ螽ッ關ス | 111100011111101010001110101101001110101010101010100011101010111111101111111100001000111010111101 | f1fa8eb4eaaa8eafeff08ebd |
UTF-8 | 髫エ螽ッ關ス | 111010011010101110101011111011111011110110110100111010001001111010111101111011111011110110101111111010011001011110011100111011111011110110111101 | e9ababefbdb4e89ebdefbdafe9979cefbdbd |
UHC | ????關? | 00111111001111110011111100111111110011101011110000111111 | 3f3f3f3fcebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)