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 | è»ÞûÐÁ | 111010001011101111011110111110111101000011000001 | e8bbdefbd0c1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è?Þû?Á | 1000111110101011101100100011111110001111101010011011000010001111101010111110010100111111100011111010101010100001 | 8fabb23f8fa9b08fabe53f8faaa1 |
UTF-8 | è»ÞûÐÁ | 110000111010100011000010101110111100001110011110110000111011101111000011100100001100001110000001 | c3a8c2bbc39ec3bbc390c381 |
UHC | ??Þ?Ð? | 0011111100111111101010001010110100111111101010001010001000111111 | 3f3fa8ad3fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)