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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | エ晴ミ}エ晴ミ{^ | 1011010011111010110110001101000001111101101101001111101011011000110100000111101101011110 | b4fad8d07db4fad8d07b5e |
EUC-JP | エ?ミ}エ?ミ{^ | 10001110101101000011111110001110110100000111110110001110101101000011111110001110110100000111101101011110 | 8eb43f8ed07d8eb43f8ed07b5e |
UTF-8 | エ晴ミ}エ晴ミ{^ | 111011111011110110110100111011111010100010010010111011111011111010010000011111011110111110111101101101001110111110101000100100101110111110111110100100000111101101011110 | efbdb4efa892efbe907defbdb4efa892efbe907b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)