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 | 羞炎謙 | 111000111011010110001001100010101000110010101010 | e3b5898a8caa |
EUC-JP | 羞炎謙 | 111001101011011110110001111010101011100010101100 | e6b7b1eab8ac |
UTF-8 | 羞炎謙 | 111001111011111010011110111001111000001010001110111010001010110010011001 | e7be9ee7828ee8ac99 |
UHC | 羞炎謙 | 111000101011101011100110111110101100110011000101 | e2bae6faccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)