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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍??瓦?? | 1001111110100101001111110011111110001010101000100011111100111111 | 9fa53f3f8aa23f3f |
EUC-JP | 衍??瓦?? | 1101111010100111001111110011111110110100101001000011111100111111 | dea73f3fb4a43f3f |
UTF-8 | 衍뚮젲瓦낅젒 | 111010001010000110001101111010111001101010101110111011001010000010110010111001111001001110100110111010111000001010000101111011001010000010010010 | e8a18deb9aaeeca0b2e793a6eb8285eca092 |
UHC | 衍뚮젲瓦낅젒 | 111001101110001010001100111010111010000010100110111010001011111110000101111010111010000010010001 | e6e28ceba0a6e8bf85eba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)