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 | 盞コヨ\ | 1110000110110101101110101101011001011100 | e1b5bad65c |
EUC-JP | 盞コヨ\ | 11100010101101111000111010111010100011101101011001011100 | e2b78eba8ed65c |
UTF-8 | 盞コヨ\ | 11100111100110111001111011101111101111011011101011101111101111101001011001011100 | e79b9eefbdbaefbe965c |
UHC | 盞??\ | 1110110111010011001111110011111101011100 | edd33f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)