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{^ | 11100101100000011110000101011110011010110111110111100101100000011110000101011110011010110111101101011110 | e581e15e6b7de581e15e6b7b5e |
EUC-JP | 蛛畤k}蛛畤k{^ | 11101001111000011110000110111111011010110111110111101001111000011110000110111111011010110111101101011110 | e9e1e1bf6b7de9e1e1bf6b7b5e |
UTF-8 | 蛛畤k}蛛畤k{^ | 1110100010011011100110111110011110010101101001000110101101111101111010001001101110011011111001111001010110100100011010110111101101011110 | e89b9be795a46b7de89b9be795a46b7b5e |
UHC | 蛛?k}蛛?k{^ | 1111000111001000001111110110101101111101111100011100100000111111011010110111101101011110 | f1c83f6b7df1c83f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)