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 | 尊誰孫 | 100100011011100010010010010011101001000110110111 | 91b8924e91b7 |
EUC-JP | 尊誰孫 | 110000101011101011000011101011111100001010111001 | c2bac3afc2b9 |
UTF-8 | 尊誰孫 | 111001011011000010001010111010001010101010110000111001011010110110101011 | e5b08ae8aab0e5adab |
UHC | 尊誰孫 | 111100001110111011100010110000011110000111011101 | f0eee2c1e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)