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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 佚??佚??^ | 100110001100001100111111001111111001100011000011001111110011111101011110 | 98c33f3f98c33f3f5e |
EUC-JP | 佚??佚??^ | 110100001100010100111111001111111101000011000101001111110011111101011110 | d0c53f3fd0c53f3f5e |
UTF-8 | 佚쾡윱佚쾡윱^ | 11100100101111011001101011101100101111101010000111101100100111001011000111100100101111011001101011101100101111101010000111101100100111001011000101011110 | e4bd9aecbea1ec9cb1e4bd9aecbea1ec9cb15e |
UHC | 佚쾡윱佚쾡윱^ | 11101100111010101100010011101001110000001011010011101100111010101100010011101001110000001011010001011110 | eceac4e9c0b4eceac4e9c0b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)