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 | 疫???③? | 1000100101110101001111110011111100111111100001110100001000111111 | 89753f3f3f87423f |
EUC-JP | 疫????? | 10110001110101100011111100111111001111110011111100111111 | b1d63f3f3f3f3f |
UTF-8 | 疫욘뮈燎③씒 | 111001111001011010101011111011001001101010011000111010111010111010001000111011111010011110000000111000101001000110100010111011001001010010010010 | e796abec9a98ebae88efa780e291a2ec9492 |
UHC | 疫욘뮈燎③씒 | 111001101011100110111111111001101011100110111111111010001111101110101000111010011001110110101000 | e6b9bfe6b9bfe8fba8e99da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)