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 | 鈴粐^ | 1001011111101001111000101110001001011110 | 97e9e2e25e |
EUC-JP | 鈴粐^ | 1100111011101011111001001110010001011110 | ceebe4e45e |
UTF-8 | 鈴粐^ | 11101001100010001011010011100111101100101001000001011110 | e988b4e7b2905e |
UHC | 鈴?^ | 11010110110000100011111101011110 | d6c23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)