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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 毎岬^ | 1001011010001000100101101010011001011110 | 968896a65e |
EUC-JP | 毎岬^ | 1100101111101000110011001010100001011110 | cbe8cca85e |
UTF-8 | 毎岬^ | 11100110101011111000111011100101101100101010110001011110 | e6af8ee5b2ac5e |
UHC | ?岬^ | 00111111110010111010001001011110 | 3fcba25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)