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 | 疫??潁? | 10001001011101010011111100111111100111111111000100111111 | 89753f3f9ff13f |
EUC-JP | 疫??潁? | 10110001110101100011111100111111110111101111001100111111 | b1d63f3fdef33f |
UTF-8 | 疫욜캕潁얯 | 111001111001011010101011111011001001101010011100111011001011101010010101111001101011110110000001111011001001011010101111 | e796abec9a9cecba95e6bd81ec96af |
UHC | 疫욜캕潁얯 | 11100110101110011011111111100111101011111001110111100111101110001001111001010101 | e6b9bfe7af9de7b89e55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)