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 | ?靜?? | 0011111111101000110011100011111100111111 | 3fe8ce3f3f |
EUC-JP | ?靜?? | 0011111111110000110100000011111100111111 | 3ff0d03f3f |
UTF-8 | 접靜궷접 | 111011001010000010010001111010011001110110011100111010101011011010110111111011001010000010010001 | eca091e99d9ceab6b7eca091 |
UHC | 접靜궷접 | 1100000110100010111100001010000110110001110011001100000110100010 | c1a2f0a1b1ccc1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)