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 | 枝?缸 | 1000111001111101001111111110001110011101 | 8e7d3fe39d |
EUC-JP | 枝?缸 | 1011101111011110001111111110010111111101 | bbde3fe5fd |
UTF-8 | 枝렖缸 | 111001101001111010011101111010111010000010010110111001111011110010111000 | e69e9deba096e7bcb8 |
UHC | 枝렖缸 | 111100101010101110001110101010111111100111111100 | f2ab8eabf9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)