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{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 際?k}際?k{^ | 1000110111011011001111110110101101111101100011011101101100111111011010110111101101011110 | 8ddb3f6b7d8ddb3f6b7b5e |
EUC-JP | 際?k}際?k{^ | 1011101011011101001111110110101101111101101110101101110100111111011010110111101101011110 | badd3f6b7dbadd3f6b7b5e |
UTF-8 | 際렢k}際렢k{^ | 1110100110011010100110111110101110100000101000100110101101111101111010011001101010011011111010111010000010100010011010110111101101011110 | e99a9beba0a26b7de99a9beba0a26b7b5e |
UHC | 際렢k}際렢k{^ | 11110000101101111000111010110011011010110111110111110000101101111000111010110011011010110111101101011110 | f0b78eb36b7df0b78eb36b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)