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 | 00111111010111100011111100111111001111110100000001000010 | 3f5e3f3f3f4042 |
SJIS-WIN | ?^???@B | 00111111010111100011111100111111001111110100000001000010 | 3f5e3f3f3f4042 |
EUC-JP | ?^???@B | 00111111010111100011111100111111001111110100000001000010 | 3f5e3f3f3f4042 |
UTF-8 | 채^혖혝혨@B | 111011001011000110000100010111101110110110011000100101101110110110011000100111011110110110011000101010000100000001000010 | ecb1845eed9896ed989ded98a84042 |
UHC | 채^혖혝혨@B | 1100001110100100010111101100001010000001110000101000011111000010100100000100000001000010 | c3a45ec281c287c2904042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)