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 | 螂夥х | 111001011010010110011010111011001000010010000111 | e5a59aec8487 |
EUC-JP | 螂夥х | 111010101010011111010100111011101010011111100111 | eaa7d4eea7e7 |
UTF-8 | 螂夥х | 1110100010011110100000101110010110100100101001011101000110000101 | e89e82e5a4a5d185 |
UHC | 螂?х | 1101010111001100001111111010110011100111 | d5cc3face7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)