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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 尊足孫但 | 1001000110111000100100011010101110010001101101111001001001000001 | 91b891ab91b79241 |
EUC-JP | 尊足孫但 | 1100001010111010110000101010110111000010101110011100001110100010 | c2bac2adc2b9c3a2 |
UTF-8 | 尊足孫但 | 111001011011000010001010111010001011011010110011111001011010110110101011111001001011110110000110 | e5b08ae8b6b3e5adabe4bd86 |
UHC | 尊足孫但 | 1111000011101110111100001110101111100001110111011101001110100011 | f0eef0ebe1ddd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)