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 | ã¶@è\ | 1110001110110110100011011000111110001111010000001110100001011100 | e3b68d8f8f40e85c |
SJIS-WIN | ?¶???@?\ | 001111111000000111110111001111110011111100111111010000000011111101011100 | 3f81f73f3f3f403f5c |
EUC-JP | ã¶???@è\ | 10001111101010111010101010100010111110010011111100111111001111110100000010001111101010111011001001011100 | 8fabaaa2f93f3f3f408fabb25c |
UTF-8 | ã¶@è\ | 1100001110100011110000101011011011000010100011011100001010001111110000101000111101000000110000111010100001011100 | c3a3c2b6c28dc28fc28f40c3a85c |
UHC | ?¶???@?\ | 001111111010001011010010001111110011111100111111010000000011111101011100 | 3fa2d23f3f3f403f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)