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 | 偲障碆 | 100011101100001110001111111000011110000111101100 | 8ec38fe1e1ec |
EUC-JP | 偲障碆 | 101111001100010110111110111000111110001011101110 | bcc5bee3e2ee |
UTF-8 | 偲障碆 | 111001011000000110110010111010011001101010011100111001111010001010000110 | e581b2e99a9ce7a286 |
UHC | ?障? | 00111111111011101010000100111111 | 3feea13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)