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 | ìö¥ì©\ | 11101100111101101010010111101100101010011000110101011100 | ecf6a5eca98d5c |
SJIS-WIN | ??¥???\ | 0011111100111111100000011000111100111111001111110011111101011100 | 3f3f818f3f3f3f5c |
EUC-JP | ìö?ì©?\ | 100011111010101111000000100011111010101111010011001111111000111110101011110000001000111110100010111011010011111101011100 | 8fabc08fabd33f8fabc08fa2ed3f5c |
UTF-8 | ìö¥ì©\ | 11000011101011001100001110110110110000101010010111000011101011001100001010101001110000101000110101011100 | c3acc3b6c2a5c3acc2a9c28d5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)