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 | ?V???@B | 00111111010101100011111100111111001111110100000001000010 | 3f563f3f3f4042 |
SJIS-WIN | ?V???@B | 00111111010101100011111100111111001111110100000001000010 | 3f563f3f3f4042 |
EUC-JP | ?V???@B | 00111111010101100011111100111111001111110100000001000010 | 3f563f3f3f4042 |
UTF-8 | 찾V혖혚혣@B | 111011001011000010111110010101101110110110011000100101101110110110011000100110101110110110011000101000110100000001000010 | ecb0be56ed9896ed989aed98a34042 |
UHC | 찾V혖혚혣@B | 1100001110100011010101101100001010000001110000101000010111000010100011000100000001000010 | c3a356c281c285c28c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)