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 | 疫?⇔瓮 | 10001001011101010011111110000001110011001110000101000100 | 89753f81cce144 |
EUC-JP | 疫?⇔瓮 | 10110001110101100011111110100010110011101110000110100101 | b1d63fa2cee1a5 |
UTF-8 | 疫욘⇔瓮 | 111001111001011010101011111011001001101010011000111000101000011110010100111001111001001110101110 | e796abec9a98e28794e793ae |
UHC | 疫욘⇔瓮 | 1110011010111001101111111110011010100010101000101110100010110111 | e6b9bfe6a2a2e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)