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 | 1000111110101010110110001000111110100010111110111001001101000101 | 8faad88fa2fb9345 |
EUC-JP | 宵リ召茁E | 10111110101011001000111011011000101111101010010010001111110101111101111001000101 | beac8ed8bea48fd7de45 |
UTF-8 | 宵リ召茁E | 11100101101011101011010111101111101111101001100011100101100011111010110011101000100011001000000101000101 | e5aeb5efbe98e58face88c8145 |
UHC | 宵?召茁E | 1110000110110010001111111110000110101111111100011110100001000101 | e1b23fe1aff1e845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)