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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羃肢蟹 | 111000111011000010001110100010001000101001001001 | e3b08e888a49 |
EUC-JP | 羃肢蟹 | 111001101011001010111011111010001011001110101010 | e6b2bbe8b3aa |
UTF-8 | 羃肢蟹 | 111001111011111010000011111010001000001010100010111010001001111110111001 | e7be83e882a2e89fb9 |
UHC | ?肢蟹 | 0011111111110010101101101111101010101111 | 3ff2b6faaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)