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 | 1110100011110111100000101110100110001001100001000100001001000110 | e8f782e989844246 |
EUC-JP | 顆る延BF | 1111000011111001101001001110101110110001111001000100001001000110 | f0f9a4ebb1e44246 |
UTF-8 | 顆る延BF | 1110100110100001100001101110001110000010100010111110010110111011101101100100001001000110 | e9a186e3828be5bbb64246 |
UHC | 顆る延BF | 1100111010101000101010101110101111100110110001010100001001000110 | cea8aaebe6c54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)