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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 盞コヨ盞コヨ^ | 111000011011010110111010110101101110000110110101101110101101011001011110 | e1b5bad6e1b5bad65e |
EUC-JP | 盞コヨ盞コヨ^ | 11100010101101111000111010111010100011101101011011100010101101111000111010111010100011101101011001011110 | e2b78eba8ed6e2b78eba8ed65e |
UTF-8 | 盞コヨ盞コヨ^ | 11100111100110111001111011101111101111011011101011101111101111101001011011100111100110111001111011101111101111011011101011101111101111101001011001011110 | e79b9eefbdbaefbe96e79b9eefbdbaefbe965e |
UHC | 盞??盞??^ | 111011011101001100111111001111111110110111010011001111110011111101011110 | edd33f3fedd33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)