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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵝?厓?? | 11101010010000000011111111111010100011010011111100111111 | ea403ffa8d3f3f |
EUC-JP | 鵝?厓?? | 1111001110100001001111111000111110110100110001110011111100111111 | f3a13f8fb4c73f3f |
UTF-8 | 鵝냫厓⑵퀕 | 111010011011010110011101111010111000001110101011111001011000111010010011111000101001000110110101111011011000000010010101 | e9b59deb83abe58e93e291b5ed8095 |
UHC | 鵝냫厓⑵퀕 | 11100100101111011000011001110101111001001110110110101001111010001011001110001010 | e4bd8675e4eda9e8b38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)