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 | 鄒樣Ψ | 111001111011111010011110111010011000001110110101 | e7be9ee983b5 |
EUC-JP | 鄒樣Ψ | 111011101100000011011100111010111010011010110111 | eec0dceba6b7 |
UTF-8 | 鄒樣Ψ | 1110100110000100100100101110011010101000101000111100111010101000 | e98492e6a8a3cea8 |
UHC | 鄒樣Ψ | 111101011101101111100101110001101010010111010111 | f5dbe5c6a5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)