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 | 奚?湖 | 1001101011110110001111111000110011001110 | 9af63f8cce |
EUC-JP | 奚?湖 | 1101010011111000001111111011100011010000 | d4f83fb8d0 |
UTF-8 | 奚렋湖 | 111001011010010110011010111010111010000010001011111001101011100110010110 | e5a59aeba08be6b996 |
UHC | 奚렋湖 | 111110101010100010001110101000101111101111001001 | faa88ea2fbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)