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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?承?承^ | 00111111100011111011001100111111100011111011001101011110 | 3f8fb33f8fb35e |
EUC-JP | ?承?承^ | 00111111101111101011010100111111101111101011010101011110 | 3fbeb53fbeb55e |
UTF-8 | 枾承枾承^ | 11100110100111101011111011100110100010011011111111100110100111101011111011100110100010011011111101011110 | e69ebee689bfe69ebee689bf5e |
UHC | 枾承枾承^ | 111000111100001011100011101011111110001111000010111000111010111101011110 | e3c2e3afe3c2e3af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)