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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闢願至 | 111010001001001110001010111010001000111010001010 | e8938ae88e8a |
EUC-JP | 闢願至 | 111011111111001110110100111010101011101111101010 | eff3b4eabbea |
UTF-8 | 闢願至 | 111010011001011110100010111010011010000110011000111010001000011110110011 | e997a2e9a198e887b3 |
UHC | 闢願至 | 110111001010001111101010110000111111001010111000 | dca3eac3f2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)