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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??釗h | 1001100010101100001111110011111111111011101110111000001010001000 | 98ac3f3ffbbb8288 |
EUC-JP | 豫??釗h | 110100001010111000111111001111111000111111100011101001101010001111101000 | d0ae3f3f8fe3a6a3e8 |
UTF-8 | 豫잏윪釗h | 111010001011000110101011111011001001111010001111111011001001110010101010111010011000011110010111111011111011110110001000 | e8b1abec9e8fec9caae98797efbd88 |
UHC | 豫잏윪釗h | 11100111111000111001111111100111100111111010100111100001111100101010001111101000 | e7e39fe79fa9e1f2a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)