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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 逡褐?BF | 11100111100101011000101010001100001111110100001001000110 | e7958a8c3f4246 |
EUC-JP | 逡褐?BF | 11101101111101011011001111101100001111110100001001000110 | edf5b3ec3f4246 |
UTF-8 | 逡褐듸BF | 1110100110000000101000011110100010100100100100001110101110010011101110000100001001000110 | e980a1e8a490eb93b84246 |
UHC | 逡褐듸BF | 1111000111100100110010101110100010110101111011110100001001000110 | f1e4cae8b5ef4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)