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 | ???M^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | 要??M^ | 100101110111011000111111001111110100110101011110 | 97763f3f4d5e |
EUC-JP | 要??M^ | 110011011101011100111111001111110100110101011110 | cdd73f3f4d5e |
UTF-8 | 要⑼쉈M^ | 1110100010100110100000011110001010010001101111001110110010001001100010000100110101011110 | e8a681e291bcec89884d5e |
UHC | 要⑼쉈M^ | 1110100110101001101010011110111110111101101001010100110101011110 | e9a9a9efbda54d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)