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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巍鮟庶 | 100110111101100111101001101110111000111110001110 | 9bd9e9bb8f8e |
EUC-JP | 巍鮟庶 | 110101101101101111110010101111011011110111101110 | d6dbf2bdbdee |
UTF-8 | 巍鮟庶 | 111001011011011110001101111010011010111010011111111001011011101010110110 | e5b78de9ae9fe5bab6 |
UHC | 巍鮟庶 | 111010001110010011100100110101011101111111101110 | e8e4e4d5dfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)