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 | µÐÄ» | 10110101110100001100010010111011 | b5d0c4bb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??Ä? | 001111110011111110001111101010101010001100111111 | 3f3f8faaa33f |
UTF-8 | µÐÄ» | 1100001010110101110000111001000011000011100001001100001010111011 | c2b5c390c384c2bb |
UHC | ?Ð?? | 0011111110101000101000100011111100111111 | 3fa8a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)