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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢呎アコ | 111010001001001110011001111001101011000110111010 | e89399e6b1ba |
EUC-JP | 闢呎アコ | 1110111111110011110100101110100010001110101100011000111010111010 | eff3d2e88eb18eba |
UTF-8 | 闢呎アコ | 111010011001011110100010111001011001000110001110111011111011110110110001111011111011110110111010 | e997a2e5918eefbdb1efbdba |
UHC | 闢??? | 1101110010100011001111110011111100111111 | dca33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)