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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 掌↓?^ | 100011111011011010000001101010110011111101011110 | 8fb681ab3f5e |
EUC-JP | 掌↓?^ | 101111101011100010100010101011010011111101011110 | beb8a2ad3f5e |
UTF-8 | 掌↓땽^ | 11100110100011101000110011100010100001101001001111101011100101011011110101011110 | e68e8ce28693eb95bd5e |
UHC | 掌↓땽^ | 11101101111001101010000111101001100010111001001101011110 | ede6a1e98b935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)