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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 諛亥く\ | 11100110100001111000100011100101100000101010110101011100 | e68788e582ad5c |
EUC-JP | 諛亥く\ | 11101011111001111011000011100111101001001010111101011100 | ebe7b0e7a4af5c |
UTF-8 | 諛亥く\ | 11101000101010111001101111100100101110101010010111100011100000011000111101011100 | e8ab9be4baa5e3818f5c |
UHC | 諛亥く\ | 11101011101100001111101010100100101010101010111101011100 | ebb0faa4aaaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)