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 | xæ» | 10010000011110001110011010111011 | 9078e6bb |
SJIS-WIN | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
EUC-JP | ?xæ? | 001111110111100010001111101010011100000100111111 | 3f788fa9c13f |
UTF-8 | xæ» | 11000010100100000111100011000011101001101100001010111011 | c29078c3a6c2bb |
UHC | ?xæ? | 0011111101111000101010011010000100111111 | 3f78a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)