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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 譯Лh譯Л | 111001101010000110000100010011000110100011100110101000011000010001001100 | e6a1844c68e6a1844c |
EUC-JP | 譯Лh譯Л | 111011001010001110100111101011010110100011101100101000111010011110101101 | eca3a7ad68eca3a7ad |
UTF-8 | 譯Лh譯Л | 1110100010101101101011111101000010011011011010001110100010101101101011111101000010011011 | e8adafd09b68e8adafd09b |
UHC | 譯Лh譯Л | 111001101011101110101100101011010110100011100110101110111010110010101101 | e6bbacad68e6bbacad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)