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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逶夜カコ | 111001111001101110010110111010011011011010111010 | e79b96e9b6ba |
EUC-JP | 逶夜カコ | 1110110111111011110011001110101110001110101101101000111010111010 | edfbcceb8eb68eba |
UTF-8 | 逶夜カコ | 111010011000000010110110111001011010010010011100111011111011110110110110111011111011110110111010 | e980b6e5a49cefbdb6efbdba |
UHC | ?夜?? | 0011111111100101101010000011111100111111 | 3fe5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)