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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 隱?隱?E | 11101000101010100011111111101000101010100011111101000101 | e8aa3fe8aa3f45 |
EUC-JP | 隱?隱?E | 11110000101011000011111111110000101011000011111101000101 | f0ac3ff0ac3f45 |
UTF-8 | 隱긛隱긞E | 11101001100110101011000111101010101110001001101111101001100110101011000111101010101110001001111001000101 | e99ab1eab89be99ab1eab89e45 |
UHC | 隱긛隱긞E | 111010111101111110000011010110011110101111011111100000110110001001000101 | ebdf8359ebdf836245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)