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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 厭??G? | 100010010111110100111111001111110100011100111111 | 897d3f3f473f |
EUC-JP | 厭??G濚 | 1011000111011110001111110011111101000111100011111100100110100001 | b1de3f3f478fc9a1 |
UTF-8 | 厭묐젉G濚 | 11100101100011101010110111101011101011001001000011101100101000001000100101000111111001101011111110011010 | e58eadebac90eca08947e6bf9a |
UHC | 厭묐젉G濚 | 111001101111010010010001111010111010000010001011010001111110011110111001 | e6f491eba08b47e7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)