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 | 胛э宗鐓 | 1110001111101110100001001000111110001111010000001110100001011101 | e3ee848f8f40e85d |
EUC-JP | 胛э宗鐓 | 1110011011110000101001111110111110111101101000011110111110111110 | e6f0a7efbda1efbe |
UTF-8 | 胛э宗鐓 | 1110100010000011100110111101000110001101111001011010111010010111111010011001000010010011 | e8839bd18de5ae97e99093 |
UHC | 胛э宗? | 11001011101001001010110011101111111100001111001100111111 | cba4aceff0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)