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 | 踞樒舶 | 111001101111010110011110111001111001010010010101 | e6f59ee79495 |
EUC-JP | 踞樒舶 | 111011001111011111011100111010011100011111110101 | ecf7dce9c7f5 |
UTF-8 | 踞樒舶 | 111010001011100010011110111001101010100010010010111010001000100010110110 | e8b89ee6a892e888b6 |
UHC | 踞?舶 | 1100101111100110001111111101101011011100 | cbe63fdadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)