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 | 氏笑^ | 1000111010000001100011111100111001011110 | 8e818fce5e |
EUC-JP | 氏笑^ | 1011101111100001101111101101000001011110 | bbe1bed05e |
UTF-8 | 氏笑^ | 11100110101100001000111111100111101011001001000101011110 | e6b08fe7ac915e |
UHC | 氏笑^ | 1110010010101011111000011100010101011110 | e4abe1c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)