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 | 銖厶榊セ鍋 | 1110011111110001100110011101000110001101111001011011111010010011111001111111010010011100 | e7f199d18de5be93e7f49c |
EUC-JP | 銖厶榊セ鍋? | 1110111011110011110100101101001110111010111001111000111010111110110001101110100100111111 | eef3d2d3bae78ebec6e93f |
UTF-8 | 銖厶榊セ鍋 | 111010011000101010010110111001011000111010110110111001101010011010001010111011111011110110111110111010011000110110001011111011101000110110001011 | e98a96e58eb6e6a68aefbdbee98d8bee8d8b |
UHC | 銖???鍋? | 1110001011000111001111110011111100111111110011101010011100111111 | e2c73f3f3fcea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)