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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闌倬囂遘 | 1110100010001100100110001110100110011010100011111110011110100111 | e88c98e99a8fe7a7 |
EUC-JP | 闌倬囂遘 | 1110111111101100110100001110101111010011111011111110111010101001 | efecd0ebd3efeea9 |
UTF-8 | 闌倬囂遘 | 111010011001011110001100111001011000000010101100111001011001101110000010111010011000000110011000 | e9978ce580ace59b82e98198 |
UHC | ?倬?? | 0011111111110110111100000011111100111111 | 3ff6f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)