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 | ??V^ | 00111111001111110101011001011110 | 3f3f565e |
SJIS-WIN | モケV^ | 11010011101110010101011001011110 | d3b9565e |
EUC-JP | モケV^ | 100011101101001110001110101110010101011001011110 | 8ed38eb9565e |
UTF-8 | モケV^ | 1110111110111110100100111110111110111101101110010101011001011110 | efbe93efbdb9565e |
UHC | ??V^ | 00111111001111110101011001011110 | 3f3f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)