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妖 | 11100010101000110011111100111111010001111001011101100100 | e2a33f3f479764 |
EUC-JP | 筌??G妖 | 11100100101001010011111100111111010001111100110111000101 | e4a53f3f47cdc5 |
UTF-8 | 筌됰젉G妖 | 11100111101011011000110011101011100100001011000011101100101000001000100101000111111001011010011010010110 | e7ad8ceb90b0eca08947e5a696 |
UHC | 筌됰젉G妖 | 111011111010011110001001111010111010000010001011010001111110100011101101 | efa789eba08b47e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)