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 | 噎遨慍\ | 10011010011110001110011110101001100111001011000001011100 | 9a78e7a99cb05c |
EUC-JP | 噎遨慍\ | 11010011110110011110111010101011110110001011001001011100 | d3d9eeabd8b25c |
UTF-8 | 噎遨慍\ | 11100101100110011000111011101001100000011010100011100110100001011000110101011100 | e5998ee981a8e6858d5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)