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 | 召悅ォョ | 10001111101000101111101010111101111100101010000111110001100011111010101110101110 | 8fa2fabdf2a1f18fabae |
EUC-JP | 召???ォョ | 101111101010010000111111001111110011111110001110101010111000111010101110 | bea43f3f3f8eab8eae |
UTF-8 | 召悅ォョ | 111001011000111110101100111001101000001010000101111011101000011110011000111011101000010010001010111011111011110110101011111011111011110110101110 | e58face68285ee8798ee848aefbdabefbdae |
UHC | 召悅???? | 1110000110101111111001101110110100111111001111110011111100111111 | e1afe6ed3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)