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 | çkêGçkêGB | 111001110110101111101010010001111110011101101011111010100100011101000010 | e76bea47e76bea4742 |
SJIS-WIN | ?k?G?k?GB | 001111110110101100111111010001110011111101101011001111110100011101000010 | 3f6b3f473f6b3f4742 |
EUC-JP | çkêGçkêGB | 1000111110101011101011100110101110001111101010111011010001000111100011111010101110101110011010111000111110101011101101000100011101000010 | 8fabae6b8fabb4478fabae6b8fabb44742 |
UTF-8 | çkêGçkêGB | 11000011101001110110101111000011101010100100011111000011101001110110101111000011101010100100011101000010 | c3a76bc3aa47c3a76bc3aa4742 |
UHC | ?k?G?k?GB | 001111110110101100111111010001110011111101101011001111110100011101000010 | 3f6b3f473f6b3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)