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 | 鮏ヨョ症 | 1111110001000011110101101111000010110000101011101000111111000111 | fc43d6f0b0ae8fc7 |
EUC-JP | 鮏ヨ?ョ症 | 10001111111010101101101110001110110101100011111110001110101011101011111011001001 | 8feadb8ed63f8eaebec9 |
UTF-8 | 鮏ヨョ症 | 111010011010111010001111111011111011111010010110111011101000000110101111111011111011110110101110111001111001011110000111 | e9ae8fefbe96ee81afefbdaee79787 |
UHC | ????症 | 001111110011111100111111001111111111000111111000 | 3f3f3f3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)