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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錂褥 | 111100101100000011111011110111101110010111110001 | f2c0fbdee5f1 |
EUC-JP | ?錂褥 | 001111111000111111100100110101001110101011110011 | 3f8fe4d4eaf3 |
UTF-8 | 錂褥 | 111011101000011110110111111010011000110010000010111010001010010010100101 | ee87b7e98c82e8a4a5 |
UHC | ??褥 | 00111111001111111110100110110011 | 3f3fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)