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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏エ讙取エ | 1110100011111000101101001110011010101010100011101110011010110100 | e8f8b4e6aa8ee6b4 |
EUC-JP | 顏エ讙取エ | 11110000111110101000111010110100111011001010110010111100111010001000111010110100 | f0fa8eb4ecacbce88eb4 |
UTF-8 | 顏エ讙取エ | 111010011010000110001111111011111011110110110100111010001010111010011001111001011000111110010110111011111011110110110100 | e9a18fefbdb4e8ae99e58f96efbdb4 |
UHC | ???取? | 001111110011111100111111111101101010001000111111 | 3f3f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)