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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀛??矮 | 111000000110100100111111001111111110000111100010 | e0693f3fe1e2 |
EUC-JP | 瀛??矮 | 110111111100101000111111001111111110001011100100 | dfca3f3fe2e4 |
UTF-8 | 瀛믧렎矮 | 111001111000000010011011111010111010111110100111111010111010000010001110111001111001111110101110 | e7809bebafa7eba08ee79fae |
UHC | 瀛믧렎矮 | 1110011110111010100100101110100110001110101001001110100011100001 | e7ba92e98ea4e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)