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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 闌瀾 | 11101000100011001110000001110000 | e88ce070 |
EUC-JP | 闌瀾 | 11101111111011001101111111010001 | efecdfd1 |
UTF-8 | 闌瀾 | 111010011001011110001100111001111000000010111110 | e9978ce780be |
UHC | ?瀾 | 001111111101010110110011 | 3fd5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)