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 | 榕甚儼昱 | 1001111011010101100100000111001010011001010101101111101001100011 | 9ed590729956fa63 |
EUC-JP | 榕甚儼昱 | 110111001101011110111111110100111101000110110111100011111100001010101101 | dcd7bfd3d1b78fc2ad |
UTF-8 | 榕甚儼昱 | 111001101010011010010101111001111001010010011010111001011000010010111100111001101001100010110001 | e6a695e7949ae584bce698b1 |
UHC | 榕甚儼昱 | 1110100110111110111001001010010011100101111100001110100111110000 | e9bee4a4e5f0e9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)