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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 雜呰雰[ | 11101000101101101001100111101101100101011011010101011011 | e8b699ed95b55b |
EUC-JP | 雜呰雰[ | 11110000101110001101001011101111110010101011011101011011 | f0b8d2efcab75b |
UTF-8 | 雜呰雰[ | 11101001100110111001110011100101100100011011000011101001100110111011000001011011 | e99b9ce591b0e99bb05b |
UHC | 雜?雰[ | 111011011101101000111111110111011101010001011011 | edda3fddd45b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)