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 | 鬩ゥ莠・隨ヲ | 111010011010100110101001111001001011101010100101111001111010110010100110 | e9a9a9e4baa5e7aca6 |
EUC-JP | 鬩ゥ莠・隨ヲ | 111100101010101110001110101010011110100010111100100011101010010111101110101011101000111010100110 | f2ab8ea9e8bc8ea5eeae8ea6 |
UTF-8 | 鬩ゥ莠・隨ヲ | 111010011010110010101001111011111011110110101001111010001000111010100000111011111011110110100101111010011001101010101000111011111011110110100110 | e9aca9efbda9e88ea0efbda5e99aa8efbda6 |
UHC | ????隨? | 00111111001111110011111100111111111000101100101100111111 | 3f3f3f3fe2cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)