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\´o | 10010010010001111001001001011100100100011011010001101111 | 9247925c91b46f |
SJIS-WIN | ?G?\?´o | 0011111101000111001111110101110000111111100000010100110001101111 | 3f473f5c3f814c6f |
EUC-JP | ?G?\?´o | 0011111101000111001111110101110000111111101000011010110101101111 | 3f473f5c3fa1ad6f |
UTF-8 | G\´o | 1100001010010010010001111100001010010010010111001100001010010001110000101011010001101111 | c29247c2925cc291c2b46f |
UHC | ?G?\?´o | 0011111101000111001111110101110000111111101000101010010101101111 | 3f473f5c3fa2a56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)