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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 閼ア蟄俶據E | 11101000100001001011000111100101101011011001100011100110100111011001111101000101 | e884b1e5ad98e69d9f45 |
EUC-JP | 閼ア蟄俶據E | 1110111111100100100011101011000111101010101011111101000011101000110110101010000101000101 | efe48eb1eaafd0e8daa145 |
UTF-8 | 閼ア蟄俶據E | 11101001100101101011110011101111101111011011000111101000100111111000010011100100101111111011011011100110100100111001101001000101 | e996bcefbdb1e89f84e4bfb6e6939a45 |
UHC | 閼?蟄?據E | 111001001101100100111111111101101101111000111111110010111110000001000101 | e4d93ff6de3fcbe045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)