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 | ソ」襁 | 10111111101000111110010111110100 | bfa3e5f4 |
EUC-JP | ソ」襁 | 100011101011111110001110101000111110101011110110 | 8ebf8ea3eaf6 |
UTF-8 | ソ」襁 | 111011111011110110111111111011111011110110100011111010001010010110000001 | efbdbfefbda3e8a581 |
UHC | ??襁 | 00111111001111111100101110111010 | 3f3fcbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)