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 | 闢吮造 | 111010001001001110011001111000101001000110100010 | e89399e291a2 |
EUC-JP | 闢吮造 | 111011111111001111010010111001001100001010100100 | eff3d2e4c2a4 |
UTF-8 | 闢吮造 | 111010011001011110100010111001011001000010101110111010011000000010100000 | e997a2e590aee980a0 |
UHC | 闢?造 | 1101110010100011001111111111000011100011 | dca33ff0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)