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 | 垣矜?? | 100010100101111111100001111000000011111100111111 | 8a5fe1e03f3f |
EUC-JP | 垣矜?? | 101100111100000011100010111000100011111100111111 | b3c0e2e23f3f |
UTF-8 | 垣矜렣렔 | 111001011001111010100011111001111001111110011100111010111010000010100011111010111010000010010100 | e59ea3e79f9ceba0a3eba094 |
UHC | 垣矜렣렔 | 1110101010101111110100001110100010001110101101001000111010101001 | eaafd0e88eb48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)