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 | 疫??鹽? | 10001001011101010011111100111111111010100110010000111111 | 89753f3fea643f |
EUC-JP | 疫??鹽? | 10110001110101100011111100111111111100111100010100111111 | b1d63f3ff3c53f |
UTF-8 | 疫욥겗鹽븃 | 111001111001011010101011111011001001101010100101111010101011001010010111111010011011100110111101111010111011100010000011 | e796abec9aa5eab297e9b9bdebb883 |
UHC | 疫욥겗鹽븃 | 11100110101110011011111111101001100000011010111011100111101001001011101011101000 | e6b9bfe981aee7a4bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)