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{^ | 0011111110001111110011100110101101111101001111111000111111001110011010110111101101011110 | 3f8fce6b7d3f8fce6b7b5e |
EUC-JP | ?笑k}?笑k{^ | 0011111110111110110100000110101101111101001111111011111011010000011010110111101101011110 | 3fbed06b7d3fbed06b7b5e |
UTF-8 | 稶笑k}稶笑k{^ | 1110011110101000101101101110011110101100100100010110101101111101111001111010100010110110111001111010110010010001011010110111101101011110 | e7a8b6e7ac916b7de7a8b6e7ac916b7b5e |
UHC | 稶笑k}稶笑k{^ | 11101001111100111110000111000101011010110111110111101001111100111110000111000101011010110111101101011110 | e9f3e1c56b7de9f3e1c56b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)