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 | 柴縞 | 100011101100010011110010111100111000111011001000 | 8ec4f2f38ec8 |
EUC-JP | 柴?縞 | 1011110011000110001111111011110011001010 | bcc63fbcca |
UTF-8 | 柴縞 | 111001101001111110110100111011101000100010101010111001111011100010011110 | e69fb4ee88aae7b89e |
UHC | 柴?縞 | 1110001111000011001111111111101111010110 | e3c33ffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)