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 | 陂ッ莉樊椛 | 111010001001100010101111111001001011101110011110111001101000101010010001 | e898afe4bb9ee68a91 |
EUC-JP | 陂ッ莉樊椛 | 11101111111110001000111010101111111010001011110111011100111010001011001111110001 | eff88eafe8bddce8b3f1 |
UTF-8 | 陂ッ莉樊椛 | 111010011001100110000010111011111011110110101111111010001000111010001001111001101010100010001010111001101010010010011011 | e99982efbdafe88e89e6a88ae6a49b |
UHC | 陂?莉樊? | 1111100110101110001111111101011111101001110110111110000000111111 | f9ae3fd7e9dbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)