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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 鬩・莠・豐ョH | 11101001101010011010010111100100101110101010010111100110101100101010111001001000 | e9a9a5e4baa5e6b2ae48 |
EUC-JP | 鬩・莠・豐ョH | 11110010101010111000111010100101111010001011110010001110101001011110110010110100100011101010111001001000 | f2ab8ea5e8bc8ea5ecb48eae48 |
UTF-8 | 鬩・莠・豐ョH | 11101001101011001010100111101111101111011010010111101000100011101010000011101111101111011010010111101000101100011001000011101111101111011010111001001000 | e9aca9efbda5e88ea0efbda5e8b190efbdae48 |
UHC | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)