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 | ?籠??汀 | 00111111111000101100010000111111001111111001001011110011 | 3fe2c43f3f92f3 |
EUC-JP | ?籠??汀 | 00111111111001001100011000111111001111111100010011110101 | 3fe4c63f3fc4f5 |
UTF-8 | 亐籠렣렖汀 | 111001001011101010010000111001111011000110100000111010111010000010100011111010111010000010010110111001101011000110000000 | e4ba90e7b1a0eba0a3eba096e6b180 |
UHC | 亐籠렣렖汀 | 11101010101001111101011011101011100011101011010010001110101010111110111111100010 | eaa7d6eb8eb48eabefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)