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 | 闢呵庶 | 111010001001001110011001111010001000111110001110 | e89399e88f8e |
EUC-JP | 闢呵庶 | 111011111111001111010010111010101011110111101110 | eff3d2eabdee |
UTF-8 | 闢呵庶 | 111010011001011110100010111001011001000110110101111001011011101010110110 | e997a2e591b5e5bab6 |
UHC | 闢呵庶 | 110111001010001111001010101001111101111111101110 | dca3caa7dfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)