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 | 苑儡?? | 100010011001000110011001010100110011111100111111 | 899199533f3f |
EUC-JP | 苑儡?? | 101100011111000111010001101101000011111100111111 | b1f1d1b43f3f |
UTF-8 | 苑儡룝뤋 | 111010001000101110010001111001011000010010100001111010111010001110011101111010111010010010001011 | e88b91e584a1eba39deba48b |
UHC | 苑儡룝뤋 | 1110101010111101110101101110110110110111111001001000111110111011 | eabdd6edb7e48fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)