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 | 尊足孫 | 100100011011100010010001101010111001000110110111 | 91b891ab91b7 |
EUC-JP | 尊足孫 | 110000101011101011000010101011011100001010111001 | c2bac2adc2b9 |
UTF-8 | 尊足孫 | 111001011011000010001010111010001011011010110011111001011010110110101011 | e5b08ae8b6b3e5adab |
UHC | 尊足孫 | 111100001110111011110000111010111110000111011101 | f0eef0ebe1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)