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??D^e^ | 00111111001111110011111101001000001111110011111101000100010111100110010101011110 | 3f3f3f483f3f445e655e |
SJIS-WIN | ???H??D^e^ | 00111111001111110011111101001000001111110011111101000100010111100110010101011110 | 3f3f3f483f3f445e655e |
EUC-JP | ???H??D^e^ | 00111111001111110011111101001000001111110011111101000100010111100110010101011110 | 3f3f3f483f3f445e655e |
UTF-8 | 혵혖혳H챕짼D^e^ | 1110110110011000101101011110110110011000100101101110110110011000101100110100100011101100101100011001010111101100101001111011110001000100010111100110010101011110 | ed98b5ed9896ed98b348ecb195eca7bc445e655e |
UHC | 혵혖혳H챕짼D^e^ | 110000101001110011000010100000011100001010011010010010001100001110101001110000101011001001000100010111100110010101011110 | c29cc281c29a48c3a9c2b2445e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)