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 | 疫??疫?? | 1000100101110101001111110011111110001001011101010011111100111111 | 89753f3f89753f3f |
EUC-JP | 疫??疫?? | 1011000111010110001111110011111110110001110101100011111100111111 | b1d63f3fb1d63f3f |
UTF-8 | 疫욕괌疫욘뮈 | 111001111001011010101011111011001001101010010101111010101011010010001100111001111001011010101011111011001001101010011000111010111010111010001000 | e796abec9a95eab48ce796abec9a98ebae88 |
UHC | 疫욕괌疫욘뮈 | 111001101011100110111111111001011011000110100001111001101011100110111111111001101011100110111111 | e6b9bfe5b1a1e6b9bfe6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)