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 | 璽鈐 | 111110011010010010001110101000111111101111000010 | f9a48ea3fbc2 |
EUC-JP | ?璽鈐 | 001111111011110010100101100011111110001111000001 | 3fbca58fe3c1 |
UTF-8 | 璽鈐 | 111011101001101110111111111001111001001010111101111010011000100010010000 | ee9bbfe792bde98890 |
UHC | ?璽鈐 | 0011111111011111110111101100110010100010 | 3fdfdecca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)