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 | 担贈贈誰 | 1001001001010011100100011010000110010001101000011001001001001110 | 925391a191a1924e |
EUC-JP | 担贈贈誰 | 1100001110110100110000101010001111000010101000111100001110101111 | c3b4c2a3c2a3c3af |
UTF-8 | 担贈贈誰 | 111001101000101110000101111010001011010010001000111010001011010010001000111010001010101010110000 | e68b85e8b488e8b488e8aab0 |
UHC | ?贈贈誰 | 00111111111100011111110011110001111111001110001011000001 | 3ff1fcf1fce2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)