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 | 11100011100101111000101111101101100011110101011101000101 | e3978bed8f5745 |
EUC-JP | 纓駈集E | 11100101111101111011011011101111101111011011100001000101 | e5f7b6efbdb845 |
UTF-8 | 纓駈集E | 11100111101110101001001111101001101001111000100011101001100110111000011001000101 | e7ba93e9a788e99b8645 |
UHC | 纓?集E | 111001111100010100111111111100111010001001000101 | e7c53ff3a245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)