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 | ìù¸ì³¥ | 1110110011111001101110001110110010001110101100111000111010100101 | ecf9b8ec8eb38ea5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | ìù¸ì???? | 10001111101010111100000010001111101010111110001110001111101000101011000110001111101010111100000000111111001111110011111100111111 | 8fabc08fabe38fa2b18fabc03f3f3f3f |
UTF-8 | ìù¸ì³¥ | 11000011101011001100001110111001110000101011100011000011101011001100001010001110110000101011001111000010100011101100001010100101 | c3acc3b9c2b8c3acc28ec2b3c28ec2a5 |
UHC | ??¸??³?? | 00111111001111111010001010101100001111110011111110101001111110000011111100111111 | 3f3fa2ac3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)