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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 尺釈莢E | 10001110110110101000111011011111111001001011000001000101 | 8eda8edfe4b045 |
EUC-JP | 尺釈莢E | 10111100110111001011110011100001111010001011001001000101 | bcdcbce1e8b245 |
UTF-8 | 尺釈莢E | 11100101101100001011101011101001100001111000100011101000100011101010001001000101 | e5b0bae98788e88ea245 |
UHC | 尺?莢E | 111101001010100100111111111110101111100001000101 | f4a93ffaf845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)