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 | 胛э宗籖 | 1110001111101110100001001000111110001111010000001110001011011101 | e3ee848f8f40e2dd |
EUC-JP | 胛э宗籖 | 1110011011110000101001111110111110111101101000011110010011011111 | e6f0a7efbda1e4df |
UTF-8 | 胛э宗籖 | 1110100010000011100110111101000110001101111001011010111010010111111001111011000110010110 | e8839bd18de5ae97e7b196 |
UHC | 胛э宗? | 11001011101001001010110011101111111100001111001100111111 | cba4aceff0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)