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\ | 11010011101110010110100001011100 | d3b9685c |
EUC-JP | モケh\ | 100011101101001110001110101110010110100001011100 | 8ed38eb9685c |
UTF-8 | モケh\ | 1110111110111110100100111110111110111101101110010110100001011100 | efbe93efbdb9685c |
UHC | ??h\ | 00111111001111110110100001011100 | 3f3f685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)