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 | 默珮默珮^ | 111000001101001011100000111000011110000011010010111000001110000101011110 | e0d2e0e1e0d2e0e15e |
EUC-JP | 默珮默珮^ | 111000001101010011100000111000111110000011010100111000001110001101011110 | e0d4e0e3e0d4e0e35e |
UTF-8 | 默珮默珮^ | 11101001101110111001100011100111100011111010111011101001101110111001100011100111100011111010111001011110 | e9bb98e78faee9bb98e78fae5e |
UHC | 默?默?^ | 11011001111110010011111111011001111110010011111101011110 | d9f93fd9f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)