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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疫??源ε? | 100010010111010100111111001111111000110010111001100000111100001100111111 | 89753f3f8cb983c33f |
EUC-JP | 疫??源ε? | 101100011101011000111111001111111011100010111011101001101100010100111111 | b1d63f3fb8bba6c53f |
UTF-8 | 疫욏렔源ε맅 | 1110011110010110101010111110110010011010100011111110101110100000100101001110011010111010100100001100111010110101111010111010011110000101 | e796abec9a8feba094e6ba90ceb5eba785 |
UHC | 疫욏렔源ε맅 | 111001101011100110011110111011011000111010101001111010101011100110100101111001011001000010011111 | e6b99eed8ea9eab9a5e5909f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)