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 | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
EUC-JP | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
UTF-8 | 梨숉쉹淋㏃쿂\h | 1110111110100111101000101110110010001000100010011110110010001001101110011110111110100111101101011110001110001111100000111110110010111111100000100101110001101000 | efa7a2ec8889ec89b9efa7b5e38f83ecbf825c68 |
UHC | 梨숉쉹淋㏃쿂\h | 1110110010110001100110011110110110011010100011111110110011111000101001111110110010110010100110000101110001101000 | ecb199ed9a8fecf8a7ecb2985c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)