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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 害?害?琥?h | 10001010010100010011111110001010010100010011111111100000111001100011111101101000 | 8a513f8a513fe0e63f68 |
EUC-JP | 害?害?琥?h | 10110011101100100011111110110011101100100011111111100000111010000011111101101000 | b3b23fb3b23fe0e83f68 |
UTF-8 | 害렪害렓琥렢h | 11100101101011101011001111101011101000001010101011100101101011101011001111101011101000001001001111100111100100001010010111101011101000001010001001101000 | e5aeb3eba0aae5aeb3eba093e790a5eba0a268 |
UHC | 害렪害렓琥렢h | 11111010101010101000111010111000111110101010101010001110101010001111101111010000100011101011001101101000 | faaa8eb8faaa8ea8fbd08eb368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)