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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 澱詐??h澱 | 100100110110001010001101101111000011111100111111011010001001001101100010 | 93628dbc3f3f689362 |
EUC-JP | 澱詐??h澱 | 110001011100001110111010101111100011111100111111011010001100010111000011 | c5c3babe3f3f68c5c3 |
UTF-8 | 澱詐렰렏h澱 | 11100110101111101011000111101000101010011001000011101011101000001011000011101011101000001000111101101000111001101011111010110001 | e6beb1e8a990eba0b0eba08f68e6beb1 |
UHC | 澱詐렰렏h澱 | 1110111011111110110111101111000110001110101111011000111010100101011010001110111011111110 | eefedef18ebd8ea568eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)