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 | 銹危轟岺 | 1110011111110110100010101110101110001101100011001111101010101101 | e7f68aeb8d8cfaad |
EUC-JP | 銹危轟岺 | 111011101111100010110100111011011011100111101100100011111011101110111000 | eef8b4edb9ec8fbbb8 |
UTF-8 | 銹危轟岺 | 111010011000101010111001111001011000110110110001111010001011110110011111111001011011001010111010 | e98ab9e58db1e8bd9fe5b2ba |
UHC | 銹危轟岺 | 1110001011001000111010101100101111001110110111101101011010111001 | e2c8eacbceded6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)