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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣?貸淫? | 1000111101110110001111111001000111011101100010001111101000111111 | 8f763f91dd88fa3f |
EUC-JP | 竣?貸淫? | 1011110111010111001111111100001011011111101100001111110000111111 | bdd73fc2dfb0fc3f |
UTF-8 | 竣댈貸淫렧 | 111001111010101110100011111010111000110010001000111010001011001010111000111001101011011110101011111010111010000010100111 | e7aba3eb8c88e8b2b8e6b7abeba0a7 |
UHC | 竣댈貸淫렧 | 11110001111000101011010011101110110100111110100011101011111000101000111010110110 | f1e2b4eed3e8ebe28eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)