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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 坤式}坤式{^ | 1000110110100011100011101010111001111101100011011010001110001110101011100111101101011110 | 8da38eae7d8da38eae7b5e |
EUC-JP | 坤式}坤式{^ | 1011101010100101101111001011000001111101101110101010010110111100101100000111101101011110 | baa5bcb07dbaa5bcb07b5e |
UTF-8 | 坤式}坤式{^ | 111001011001110110100100111001011011110010001111011111011110010110011101101001001110010110111100100011110111101101011110 | e59da4e5bc8f7de59da4e5bc8f7b5e |
UHC | 坤式}坤式{^ | 1100110111011110111000111101001001111101110011011101111011100011110100100111101101011110 | cddee3d27dcddee3d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)