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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瘟??晤o? | 111000011000100100111111001111111001110111101011100000101000111100111111 | e1893f3f9deb828f3f |
EUC-JP | 瘟??晤o? | 111000011110100100111111001111111101101011101101101000111110111100111111 | e1e93f3fdaeda3ef3f |
UTF-8 | 瘟븝쉿晤o쉑 | 111001111001100010011111111010111011100010011101111011001000100110111111111001101001100110100100111011111011110110001111111011001000100110010001 | e7989febb89dec89bfe699a4efbd8fec8991 |
UHC | 瘟븝쉿晤o쉑 | 111010001011000010111010111011111011110110110010111001111111101110100011111011111011110110100111 | e8b0baefbdb2e7fba3efbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)