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{^ | 10011000011001101110000111100100011010110111110110011000011001101110000111100100011010110111101101011110 | 9866e1e46b7d9866e1e46b7b5e |
EUC-JP | 惑砌k}惑砌k{^ | 11001111110001111110001011100110011010110111110111001111110001111110001011100110011010110111101101011110 | cfc7e2e66b7dcfc7e2e66b7b5e |
UTF-8 | 惑砌k}惑砌k{^ | 1110011010000011100100011110011110100000100011000110101101111101111001101000001110010001111001111010000010001100011010110111101101011110 | e68391e7a08c6b7de68391e7a08c6b7b5e |
UHC | 惑?k}惑?k{^ | 1111101111100011001111110110101101111101111110111110001100111111011010110111101101011110 | fbe33f6b7dfbe33f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)