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þ¢H | 10010010010001111001000111111110100100011010001010010010010010001001000110011111 | 924791fe91a29248919f |
SJIS-WIN | ?G???¢?H?? | 0011111101000111001111110011111100111111100000011001000100111111010010000011111100111111 | 3f473f3f3f81913f483f3f |
EUC-JP | ?G?þ?¢?H?? | 00111111010001110011111110001111101010011101000000111111101000011111000100111111010010000011111100111111 | 3f473f8fa9d03fa1f13f483f3f |
UTF-8 | Gþ¢H | 110000101001001001000111110000101001000111000011101111101100001010010001110000101010001011000010100100100100100011000010100100011100001010011111 | c29247c291c3bec291c2a2c29248c291c29f |
UHC | ?G?þ???H?? | 0011111101000111001111111010100110101101001111110011111100111111010010000011111100111111 | 3f473fa9ad3f3f3f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)