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 | 瀨?^ | 11111011010100000011111101011110 | fb503f5e |
EUC-JP | ??^ | 001111110011111101011110 | 3f3f5e |
UTF-8 | 瀨琡^ | 11100111100000001010100011100111100100001010000101011110 | e780a8e790a15e |
UHC | 瀨琡^ | 1101011011101110111000101101101001011110 | d6eee2da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)