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 | 儀輕??廈 | 1000101101010110111001110110101000111111001111111001101111111010 | 8b56e76a3f3f9bfa |
EUC-JP | 儀輕楗?廈 | 10110101101101111110110111001011100011111100010011000110001111111101011011111100 | b5b7edcb8fc4c63fd6fc |
UTF-8 | 儀輕楗뤋廈 | 111001011000010010000000111010001011110010010101111001101010010110010111111010111010010010001011111001011011101110001000 | e58480e8bc95e6a597eba48be5bb88 |
UHC | 儀輕楗뤋廈 | 11101011111100001100110011101110110010111111000110001111101110111111100110111111 | ebf0cceecbf18fbbf9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)