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{^ | 10000011010000111110100111110011011010110111110110000011010000111110100111110011011010110111101101011110 | 8343e9f36b7d8343e9f36b7b5e |
EUC-JP | イ鴣k}イ鴣k{^ | 10100101101001001111001011110101011010110111110110100101101001001111001011110101011010110111101101011110 | a5a4f2f56b7da5a4f2f56b7b5e |
UTF-8 | イ鴣k}イ鴣k{^ | 1110001110000010101001001110100110110100101000110110101101111101111000111000001010100100111010011011010010100011011010110111101101011110 | e382a4e9b4a36b7de382a4e9b4a36b7b5e |
UHC | イ?k}イ?k{^ | 1010101110100100001111110110101101111101101010111010010000111111011010110111101101011110 | aba43f6b7daba43f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)