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{^ | 11110110111000111110100110111111011010110111110111110110111000111110100110111111011010110111101101011110 | f6e3e9bf6b7df6e3e9bf6b7b5e |
EUC-JP | ?鯀k}?鯀k{^ | 0011111111110010110000010110101101111101001111111111001011000001011010110111101101011110 | 3ff2c16b7d3ff2c16b7b5e |
UTF-8 | 鯀k}鯀k{^ | 1110111010010100100010101110100110101111100000000110101101111101111011101001010010001010111010011010111110000000011010110111101101011110 | ee948ae9af806b7dee948ae9af806b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)