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 | ?^?? | 00111111010111100011111100111111 | 3f5e3f3f |
SJIS-WIN | 辰^竪孫 | 10010010010000110101111010010010010001111001000110110111 | 92435e924791b7 |
EUC-JP | 辰^竪孫 | 11000011101001000101111011000011101010001100001010111001 | c3a45ec3a8c2b9 |
UTF-8 | 辰^竪孫 | 11101000101111101011000001011110111001111010101110101010111001011010110110101011 | e8beb05ee7abaae5adab |
UHC | 辰^竪孫 | 11110010111000110101111011100010101101011110000111011101 | f2e35ee2b5e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)