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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮨雁ウッ | 111010011011110110001010111001011011001110101111 | e9bd8ae5b3af |
EUC-JP | 鮨雁ウッ | 1111001010111111101101001110011110001110101100111000111010101111 | f2bfb4e78eb38eaf |
UTF-8 | 鮨雁ウッ | 111010011010111010101000111010011001101110000001111011111011110110110011111011111011110110101111 | e9aea8e99b81efbdb3efbdaf |
UHC | ?雁?? | 0011111111100100110100100011111100111111 | 3fe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)