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 | ?S?SB | 0011111101010011001111110101001101000010 | 3f533f5342 |
SJIS-WIN | 辰S辰SB | 10010010010000110101001110010010010000110101001101000010 | 92435392435342 |
EUC-JP | 辰S辰SB | 11000011101001000101001111000011101001000101001101000010 | c3a453c3a45342 |
UTF-8 | 辰S辰SB | 111010001011111010110000010100111110100010111110101100000101001101000010 | e8beb053e8beb05342 |
UHC | 辰S辰SB | 11110010111000110101001111110010111000110101001101000010 | f2e353f2e35342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)