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 | 苜肢卦 | 111001001001110010001110100010001000110001010100 | e49c8e888c54 |
EUC-JP | 苜肢卦 | 111001111111110010111011111010001011011110110101 | e7fcbbe8b7b5 |
UTF-8 | 苜肢卦 | 111010001000101110011100111010001000001010100010111001011000110110100110 | e88b9ce882a2e58da6 |
UHC | ?肢卦 | 0011111111110010101101101100111011001111 | 3ff2b6cecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)