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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-WIN | 疫??疫??O | 100010010111010100111111001111111000100101110101001111110011111101001111 | 89753f3f89753f3f4f |
EUC-JP | 疫??疫??O | 101100011101011000111111001111111011000111010110001111110011111101001111 | b1d63f3fb1d63f3f4f |
UTF-8 | 疫욜킋疫요툋O | 11100111100101101010101111101100100110101001110011101101100000101000101111100111100101101010101111101100100110101001010011101101100010001000101101001111 | e796abec9a9ced828be796abec9a94ed888b4f |
UHC | 疫욜킋疫요툋O | 11100110101110011011111111100111101101001001011111100110101110011011111111100100101110001000001101001111 | e6b9bfe7b497e6b9bfe4b8834f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)