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 | 訂???瀞 | 10010010111110010011111100111111001111111001001111010010 | 92f93f3f3f93d2 |
EUC-JP | 訂???瀞 | 11000100111110110011111100111111001111111100011011010100 | c4fb3f3f3fc6d4 |
UTF-8 | 訂렦罹렗瀞 | 111010001010100010000010111010111010000010100110111011111010011110100110111010111010000010010111111001111000000010011110 | e8a882eba0a6efa7a6eba097e7809e |
UHC | 訂렦罹렗瀞 | 11101111111101001000111010110101111011001011101010001110101011001110111111100111 | eff48eb5ecba8eacefe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)