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 | 10010010100001100011111110010011110100100011111101000101 | 92863f93d23f45 |
EUC-JP | 中?瀞?E | 11000011111001100011111111000110110101000011111101000101 | c3e63fc6d43f45 |
UTF-8 | 中렩瀞렕E | 11100100101110001010110111101011101000001010100111100111100000001001111011101011101000001001010101000101 | e4b8adeba0a9e7809eeba09545 |
UHC | 中렩瀞렕E | 111100011110100110001110101101111110111111100111100011101010101001000101 | f1e98eb7efe78eaa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)