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 | ?????GB | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
SJIS-WIN | 褞畷キろ濶GB | 1110010111110000100100111110101110110111100000101110101111101000100010010100011101000010 | e5f093ebb782ebe8894742 |
EUC-JP | 褞畷キろ濶GB | 111010101111001011000110111011011000111010110111101001001110110111101111111010010100011101000010 | eaf2c6ed8eb7a4edefe94742 |
UTF-8 | 褞畷キろ濶GB | 1110100010100100100111101110011110010101101101111110111110111101101101111110001110000010100011011110011010111111101101100100011101000010 | e8a49ee795b7efbdb7e3828de6bfb64742 |
UHC | ???ろ?GB | 0011111100111111001111111010101011101101001111110100011101000010 | 3f3f3faaed3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)