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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 苑儡??捲 | 1000100110010001100110010101001100111111001111111000110010011110 | 899199533f3f8c9e |
EUC-JP | 苑儡??捲 | 1011000111110001110100011011010000111111001111111011011111111110 | b1f1d1b43f3fb7fe |
UTF-8 | 苑儡룝뤋捲 | 111010001000101110010001111001011000010010100001111010111010001110011101111010111010010010001011111001101000110110110010 | e88b91e584a1eba39deba48be68db2 |
UHC | 苑儡룝뤋捲 | 11101010101111011101011011101101101101111110010010001111101110111100111111101100 | eabdd6edb7e48fbbcfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)