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 | 霄ワ晥 | 1110100010111010110111001111101011010101 | e8badcfad5 |
EUC-JP | 霄ワ? | 1111000010111100100011101101110000111111 | f0bc8edc3f |
UTF-8 | 霄ワ晥 | 111010011001110010000100111011111011111010011100111001101001100110100101 | e99c84efbe9ce699a5 |
UHC | ??晥 | 00111111001111111111110010110111 | 3f3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)