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 | ???@h???@ | 001111110011111100111111010000000110100000111111001111110011111101000000 | 3f3f3f40683f3f3f40 |
SJIS-WIN | ???@h???@ | 001111110011111100111111010000000110100000111111001111110011111101000000 | 3f3f3f40683f3f3f40 |
EUC-JP | ???@h???@ | 001111110011111100111111010000000110100000111111001111110011111101000000 | 3f3f3f40683f3f3f40 |
UTF-8 | 혵혖혳@h혵혖혳@ | 111011011001100010110101111011011001100010010110111011011001100010110011010000000110100011101101100110001011010111101101100110001001011011101101100110001011001101000000 | ed98b5ed9896ed98b34068ed98b5ed9896ed98b340 |
UHC | 혵혖혳@h혵혖혳@ | 110000101001110011000010100000011100001010011010010000000110100011000010100111001100001010000001110000101001101001000000 | c29cc281c29a4068c29cc281c29a40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)