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 | 犹珞牀 | 111000001011100111100000111000101110000010101100 | e0b9e0e2e0ac |
EUC-JP | 犹珞牀 | 111000001011101111100000111001001110000010101110 | e0bbe0e4e0ae |
UTF-8 | 犹珞牀 | 111001111000101010111001111001111000111110011110111001111000100110000000 | e78ab9e78f9ee78980 |
UHC | ?珞牀 | 0011111111010101101010001101111111010001 | 3fd5a8dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)