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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轣シ譚捺昏逞 | 1110011110000001101111001110011010011101100100111110011010001101101010001110011110010111 | e781bce69d93e68da8e797 |
EUC-JP | 轣シ譚捺昏逞 | 111011011110000110001110101111001110101111111101110001101110100010111010101010101110110111110111 | ede18ebcebfdc6e8baaaedf7 |
UTF-8 | 轣シ譚捺昏逞 | 111010001011110110100011111011111011110110111100111010001010110110011010111001101000110110111010111001101001100010001111111010011000000010011110 | e8bda3efbdbce8ad9ae68dbae6988fe9809e |
UHC | ??譚捺昏逞 | 00111111001111111101001111001001110100011111010011111011111001111101011011000001 | 3f3fd3c9d1f4fbe7d6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)