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 | 111001111110010110011111110011101010100001000101 | e7e59fcea845 |
EUC-JP | 鈑湮ィE | 11101110111001111101111011010000100011101010100001000101 | eee7ded08ea845 |
UTF-8 | 鈑湮ィE | 11101001100010001001000111100110101110011010111011101111101111011010100001000101 | e98891e6b9aeefbda845 |
UHC | 鈑湮?E | 111101111111111011101100110111000011111101000101 | f7feecdc3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)