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{^ | 10011001111110111110000101111101011010110111110110011001111110111110000101111101011010110111101101011110 | 99fbe17d6b7d99fbe17d6b7b5e |
EUC-JP | 哈痾k}哈痾k{^ | 11010010111111011110000111011110011010110111110111010010111111011110000111011110011010110111101101011110 | d2fde1de6b7dd2fde1de6b7b5e |
UTF-8 | 哈痾k}哈痾k{^ | 1110010110010011100010001110011110010111101111100110101101111101111001011001001110001000111001111001011110111110011010110111101101011110 | e59388e797be6b7de59388e797be6b7b5e |
UHC | 哈?k}哈?k{^ | 1111100111101011001111110110101101111101111110011110101100111111011010110111101101011110 | f9eb3f6b7df9eb3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)