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 | è·Ï¹ä® | 1110100010110111100011101100111110001110101110011110010010101110 | e8b78ecf8eb9e4ae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??Ï??ä® | 10001111101010111011001000111111001111111000111110101010110000010011111100111111100011111010101110100011100011111010001011101110 | 8fabb23f3f8faac13f3f8faba38fa2ee |
UTF-8 | è·Ï¹ä® | 11000011101010001100001010110111110000101000111011000011100011111100001010001110110000101011100111000011101001001100001010101110 | c3a8c2b7c28ec38fc28ec2b9c3a4c2ae |
UHC | ?·???¹?® | 0011111110100001101001000011111100111111001111111010100111110110001111111010001011100111 | 3fa1a43f3f3fa9f63fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)