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 | 雕?烈 | 1110100010111000001111111001011111110011 | e8b83f97f3 |
EUC-JP | 雕?烈 | 1111000010111010001111111100111011110101 | f0ba3fcef5 |
UTF-8 | 雕곕烈 | 111010011001101110010101111010101011001110010101111001111000001110001000 | e99b95eab395e78388 |
UHC | 雕곕烈 | 111100001110011110110000111010111101011010101101 | f0e7b0ebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)