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 | 娃??瓦ο? | 100010001010000100111111001111111000101010100010100000111100110100111111 | 88a13f3f8aa283cd3f |
EUC-JP | 娃??瓦ο? | 101100001010001100111111001111111011010010100100101001101100111100111111 | b0a33f3fb4a4a6cf3f |
UTF-8 | 娃믭숲瓦ο쉿 | 1110010110101000100000111110101110101111101011011110110010001000101100101110011110010011101001101100111010111111111011001000100110111111 | e5a883ebafadec88b2e793a6cebfec89bf |
UHC | 娃믭숲瓦ο쉿 | 111010001101111110010010111011111011110110100011111010001011111110100101111011111011110110110010 | e8df92efbda3e8bfa5efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)