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{^ | 1110011110110000101010110110101101111101111001111011000010101011011010110111101101011110 | e7b0ab6b7de7b0ab6b7b5e |
EUC-JP | 邁ォk}邁ォk{^ | 11101110101100101000111010101011011010110111110111101110101100101000111010101011011010110111101101011110 | eeb28eab6b7deeb28eab6b7b5e |
UTF-8 | 邁ォk}邁ォk{^ | 1110100110000010100000011110111110111101101010110110101101111101111010011000001010000001111011111011110110101011011010110111101101011110 | e98281efbdab6b7de98281efbdab6b7b5e |
UHC | 邁?k}邁?k{^ | 1101100011100100001111110110101101111101110110001110010000111111011010110111101101011110 | d8e43f6b7dd8e43f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)