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 | 銖呵騒鬲 | 1110011111110001100110011110100010010001100110111110100110101101 | e7f199e8919be9ad |
EUC-JP | 銖呵騒鬲 | 1110111011110011110100101110101011000001111110111111001010101111 | eef3d2eac1fbf2af |
UTF-8 | 銖呵騒鬲 | 111010011000101010010110111001011001000110110101111010011010100010010010111010011010110010110010 | e98a96e591b5e9a892e9acb2 |
UHC | 銖呵?? | 111000101100011111001010101001110011111100111111 | e2c7caa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)