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 | 棚蔵脱誰 | 1001001001001001100100011010000010010010010001011001001001001110 | 924991a09245924e |
EUC-JP | 棚蔵脱誰 | 1100001110101010110000101010001011000011101001101100001110101111 | c3aac2a2c3a6c3af |
UTF-8 | 棚蔵脱誰 | 111001101010001110011010111010001001010010110101111010001000010010110001111010001010101010110000 | e6a39ae894b5e884b1e8aab0 |
UHC | 棚??誰 | 110111011101110000111111001111111110001011000001 | dddc3f3fe2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)