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 | ä½ùàú¥ | 1110010010111101100110011111100111100000100100111111101010100101 | e4bd99f9e093faa5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | ä??ùà?ú? | 10001111101010111010001100111111001111111000111110101011111000111000111110101011101000100011111110001111101010111110001000111111 | 8faba33f3f8fabe38faba23f8fabe23f |
UTF-8 | ä½ùàú¥ | 11000011101001001100001010111101110000101001100111000011101110011100001110100000110000101001001111000011101110101100001010100101 | c3a4c2bdc299c3b9c3a0c293c3bac2a5 |
UHC | ?½?????? | 001111111010100011110110001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)