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 | 當犹^ | 1110000101100011111000001011100101011110 | e163e0b95e |
EUC-JP | 當犹^ | 1110000111000100111000001011101101011110 | e1c4e0bb5e |
UTF-8 | 當犹^ | 11100111100101011011011011100111100010101011100101011110 | e795b6e78ab95e |
UHC | 當?^ | 11010011110101110011111101011110 | d3d73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)