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 | 璽爭釈 | 100011101010001111100000101001011000111011011111 | 8ea3e0a58edf |
EUC-JP | 璽爭釈 | 101111001010010111100000101001111011110011100001 | bca5e0a7bce1 |
UTF-8 | 璽爭釈 | 111001111001001010111101111001111000100010101101111010011000011110001000 | e792bde788ade98788 |
UHC | 璽爭? | 1101111111011110111011101011001100111111 | dfdeeeb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)