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 | 晤③?節?? | 100111011110101110000111010000100011111110010000110111110011111100111111 | 9deb87423f90df3f3f |
EUC-JP | 晤??節?? | 1101101011101101001111110011111111000000111000010011111100111111 | daed3f3fc0e13f3f |
UTF-8 | 晤③썵節쇽쉘 | 111001101001100110100100111000101001000110100010111011001000110110110101111001111010111110000000111011001000011110111101111011001000100110011000 | e699a4e291a2ec8db5e7af80ec87bdec8998 |
UHC | 晤③썵節쇽쉘 | 111001111111101110101000111010011001101110100011111011111011110110111100111011111011110110101001 | e7fba8e99ba3efbdbcefbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)