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?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 盖G涌穩 | 11100001101100110100011110010111010011111110001001110010 | e1b347974fe272 |
EUC-JP | 盖G涌穩 | 11100010101101010100011111001101101100001110001111010011 | e2b547cdb0e3d3 |
UTF-8 | 盖G涌穩 | 11100111100110111001011001000111111001101011011010001100111001111010100110101001 | e79b9647e6b68ce7a9a9 |
UHC | 盖G涌穩 | 11001011110011000100011111101001101111111110100010110001 | cbcc47e9bfe8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)