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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?竟┼億? | 0011111111101000111011011000010010101001100010011010110100111111 | 3fe8ed84a989ad3f |
EUC-JP | 沅竟┼億? | 10001111110001101110100111110000111011111010100010101011101100101010111100111111 | 8fc6e9f0efa8abb2af3f |
UTF-8 | 沅竟┼億렣 | 111001101011001010000101111001111010101110011111111000101001010010111100111001011000010010000100111010111010000010100011 | e6b285e7ab9fe294bce58484eba0a3 |
UHC | 沅竟┼億렣 | 11101010101101101100110011100101101001101010101111100101111000101000111010110100 | eab6cce5a6abe5e28eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)