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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 拗?K}拗?K{^ | 1001110101011000001111110100101101111101100111010101100000111111010010110111101101011110 | 9d583f4b7d9d583f4b7b5e |
EUC-JP | 拗?K}拗?K{^ | 1101100110111001001111110100101101111101110110011011100100111111010010110111101101011110 | d9b93f4b7dd9b93f4b7b5e |
UTF-8 | 拗렭K}拗렭K{^ | 1110011010001011100101111110101110100000101011010100101101111101111001101000101110010111111010111010000010101101010010110111101101011110 | e68b97eba0ad4b7de68b97eba0ad4b7b5e |
UHC | 拗렭K}拗렭K{^ | 11101000111100111000111010111010010010110111110111101000111100111000111010111010010010110111101101011110 | e8f38eba4b7de8f38eba4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)