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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ??業}B | 001111110011111110001011110001100111110101000010 | 3f3f8bc67d42 |
EUC-JP | ??業}B | 001111110011111110110110110010000111110101000010 | 3f3fb6c87d42 |
UTF-8 | 뭒뫑業}B | 1110101110101101100100101110101110101011100100011110011010100101101011010111110101000010 | ebad92ebab91e6a5ad7d42 |
UHC | 뭒뫑業}B | 1001001001011010100100011011001111100101111101100111110101000010 | 925a91b3e5f67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)