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{^ | 1110011010010111101011000110101101111101111001101001011110101100011010110111101101011110 | e697ac6b7de697ac6b7b5e |
EUC-JP | 譌ャk}譌ャk{^ | 11101011111101111000111010101100011010110111110111101011111101111000111010101100011010110111101101011110 | ebf78eac6b7debf78eac6b7b5e |
UTF-8 | 譌ャk}譌ャk{^ | 1110100010101101100011001110111110111101101011000110101101111101111010001010110110001100111011111011110110101100011010110111101101011110 | e8ad8cefbdac6b7de8ad8cefbdac6b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)