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 | 杓璽 | 100011101101101110001110101000111111001011000000 | 8edb8ea3f2c0 |
EUC-JP | 杓璽? | 1011110011011101101111001010010100111111 | bcddbca53f |
UTF-8 | 杓璽 | 111001101001110110010011111001111001001010111101111011101000011110110111 | e69d93e792bdee87b7 |
UHC | 杓璽? | 1111100011110101110111111101111000111111 | f8f5dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)