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 | ç±@ç±@B | 11100111101100010100000011100111101100010100000001000010 | e7b140e7b14042 |
SJIS-WIN | ?±@?±@B | 001111111000000101111101010000000011111110000001011111010100000001000010 | 3f817d403f817d4042 |
EUC-JP | ç±@ç±@B | 10001111101010111010111010100001110111100100000010001111101010111010111010100001110111100100000001000010 | 8fabaea1de408fabaea1de4042 |
UTF-8 | ç±@ç±@B | 1100001110100111110000101011000101000000110000111010011111000010101100010100000001000010 | c3a7c2b140c3a7c2b14042 |
UHC | ?±@?±@B | 001111111010000110111110010000000011111110100001101111100100000001000010 | 3fa1be403fa1be4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)