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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 障昻エ | 10001111111000011111101011010000111101111011000010110100 | 8fe1fad0f7b0b4 |
EUC-JP | 障??エ | 101111101110001100111111001111111000111010110100 | bee33f3f8eb4 |
UTF-8 | 障昻エ | 111010011001101010011100111001101001100010111011111011101001011010010011111011111011110110110100 | e99a9ce698bbee9693efbdb4 |
UHC | 障昻?? | 111011101010000111100100111010010011111100111111 | eea1e4e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)