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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ソテソテ^ | 1011111111000011101111111100001101011110 | bfc3bfc35e |
EUC-JP | ソテソテ^ | 100011101011111110001110110000111000111010111111100011101100001101011110 | 8ebf8ec38ebf8ec35e |
UTF-8 | ソテソテ^ | 11101111101111011011111111101111101111101000001111101111101111011011111111101111101111101000001101011110 | efbdbfefbe83efbdbfefbe835e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)