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{^ | 11101001111100111110000111000101011010110111110111101001111100111110000111000101011010110111101101011110 | e9f3e1c56b7de9f3e1c56b7b5e |
EUC-JP | 鴣眷k}鴣眷k{^ | 11110010111101011110001011000111011010110111110111110010111101011110001011000111011010110111101101011110 | f2f5e2c76b7df2f5e2c76b7b5e |
UTF-8 | 鴣眷k}鴣眷k{^ | 1110100110110100101000111110011110011100101101110110101101111101111010011011010010100011111001111001110010110111011010110111101101011110 | e9b4a3e79cb76b7de9b4a3e79cb76b7b5e |
UHC | ?眷k}?眷k{^ | 0011111111001111111011110110101101111101001111111100111111101111011010110111101101011110 | 3fcfef6b7d3fcfef6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)