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è | 1100001010001010110000111011100101000111110000111010100011000010 | c28ac3b947c3a8c2 |
SJIS-WIN | ????G?¨? | 001111110011111100111111001111110100011100111111100000010100111000111111 | 3f3f3f3f473f814e3f |
EUC-JP | ��Gè | 1000111110101010101001000011111110001111101010101010101000111111010001111000111110101010101010101010000110101111100011111010101010100100 | 8faaa43f8faaaa3f478faaaaa1af8faaa4 |
UTF-8 | ÂùGè | 110000111000001011000010100010101100001110000011110000101011100101000111110000111000001111000010101010001100001110000010 | c382c28ac383c2b947c383c2a8c382 |
UHC | ???¹G?¨? | 00111111001111110011111110101001111101100100011100111111101000011010011100111111 | 3f3f3fa9f6473fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)