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\ | 00111111001111110110100001011100 | 3f3f685c |
SJIS-WIN | ??h\ | 00111111001111110110100001011100 | 3f3f685c |
EUC-JP | ??h\ | 00111111001111110110100001011100 | 3f3f685c |
UTF-8 | 롍렫h\ | 1110101110100001100011011110101110100000101010110110100001011100 | eba18deba0ab685c |
UHC | 롍렫h\ | 100011101101001110001110101110010110100001011100 | 8ed38eb9685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)