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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孺潘烈 | 100110110111110111100000010011101001011111110011 | 9b7de04e97f3 |
EUC-JP | 孺潘烈 | 110101011101111011011111101011111100111011110101 | d5dedfafcef5 |
UTF-8 | 孺潘烈 | 111001011010110110111010111001101011110110011000111001111000001110001000 | e5adbae6bd98e78388 |
UHC | 孺潘烈 | 111010101110100011011010111010111101011010101101 | eae8daebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)