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 | 闢吝喚 | 111010001001001110011001111001011000101010101011 | e89399e58aab |
EUC-JP | 闢吝喚 | 111011111111001111010010111001111011010010101101 | eff3d2e7b4ad |
UTF-8 | 闢吝喚 | 111010011001011110100010111001011001000010011101111001011001011010011010 | e997a2e5909de5969a |
UHC | 闢吝喚 | 110111001010001111010111111100001111110010110000 | dca3d7f0fcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)