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 | 遯一ウ溢譴 | 111001111010101010001000111010101011001110001000111011001110011010100010 | e7aa88eab388ece6a2 |
EUC-JP | 遯一ウ溢譴 | 11101110101011001011000011101100100011101011001110110000111011101110110010100100 | eeacb0ec8eb3b0eeeca4 |
UTF-8 | 遯一ウ溢譴 | 111010011000000110101111111001001011100010000000111011111011110110110011111001101011101010100010111010001010110110110100 | e981afe4b880efbdb3e6baa2e8adb4 |
UHC | 遯一?溢譴 | 110101001110111011101100111010010011111111101100111011101100110010111001 | d4eeece93feceeccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)