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 | 諧?該? | 111001100111111000111111100010100101100100111111 | e67e3f8a593f |
EUC-JP | 諧?該? | 111010111101111100111111101100111011101000111111 | ebdf3fb3ba3f |
UTF-8 | 諧렒該렗 | 111010001010101110100111111010111010000010010010111010001010100110110010111010111010000010010111 | e8aba7eba092e8a9b2eba097 |
UHC | 諧렒該렗 | 1111101010110010100011101010011111111010101100011000111010101100 | fab28ea7fab18eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)