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 | 001111110101111000111111010000000011111101011110001111110100000001000010 | 3f5e3f403f5e3f4042 |
SJIS-WIN | ?^?@?^?@B | 001111110101111000111111010000000011111101011110001111110100000001000010 | 3f5e3f403f5e3f4042 |
EUC-JP | ?^?@?^?@B | 001111110101111000111111010000000011111101011110001111110100000001000010 | 3f5e3f403f5e3f4042 |
UTF-8 | 혣^혖@혣^혖@B | 1110110110011000101000110101111011101101100110001001011001000000111011011001100010100011010111101110110110011000100101100100000001000010 | ed98a35eed989640ed98a35eed98964042 |
UHC | 혣^혖@혣^혖@B | 11000010100011000101111011000010100000010100000011000010100011000101111011000010100000010100000001000010 | c28c5ec28140c28c5ec2814042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)