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 | è·æ® | 111010001011011110001100111001101001001010101110 | e8b78ce692ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è??æ?® | 100011111010101110110010001111110011111110001111101010011100000100111111100011111010001011101110 | 8fabb23f3f8fa9c13f8fa2ee |
UTF-8 | è·æ® | 110000111010100011000010101101111100001010001100110000111010011011000010100100101100001010101110 | c3a8c2b7c28cc3a6c292c2ae |
UHC | ?·?æ?® | 001111111010000110100100001111111010100110100001001111111010001011100111 | 3fa1a43fa9a13fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)