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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?籠??荻 | 00111111111000101100010000111111001111111000100110101100 | 3fe2c43f3f89ac |
EUC-JP | ?籠??荻 | 00111111111001001100011000111111001111111011001010101110 | 3fe4c63f3fb2ae |
UTF-8 | 亐籠렣렖荻 | 111001001011101010010000111001111011000110100000111010111010000010100011111010111010000010010110111010001000110110111011 | e4ba90e7b1a0eba0a3eba096e88dbb |
UHC | 亐籠렣렖荻 | 11101010101001111101011011101011100011101011010010001110101010111110111011100010 | eaa7d6eb8eb48eabeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)