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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂幄ョ楢惷雎 | 1110010110100101100110111110100010101110100100111110100010011100101101001110100010110001 | e5a59be8ae93e89cb4e8b1 |
EUC-JP | 螂幄ョ楢惷雎 | 111010101010011111010110111010101000111010101110110001101110101011011000101101101111000010110011 | eaa7d6ea8eaec6ead8b6f0b3 |
UTF-8 | 螂幄ョ楢惷雎 | 111010001001111010000010111001011011100110000100111011111011110110101110111001101010010110100010111001101000001110110111111010011001101110001110 | e89e82e5b984efbdaee6a5a2e683b7e99b8e |
UHC | 螂幄?楢?雎 | 11010101110011001110010011000001001111111110101011111001001111111110111011010001 | d5cce4c13feaf93feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)