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? | 001111110100011100111111 | 3f473f |
SJIS-WIN | ?G? | 001111110100011100111111 | 3f473f |
EUC-JP | ?G? | 001111110100011100111111 | 3f473f |
UTF-8 | 묰G묧 | 11101011101011001011000001000111111010111010110010100111 | ebacb047ebaca7 |
UHC | 묰G묧 | 1001001001000111010001111001000111111110 | 92474791fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)