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 | ?靜? | 00111111111010001100111000111111 | 3fe8ce3f |
EUC-JP | ?靜? | 00111111111100001101000000111111 | 3ff0d03f |
UTF-8 | 접靜조 | 111011001010000010010001111010011001110110011100111011001010000110110000 | eca091e99d9ceca1b0 |
UHC | 접靜조 | 110000011010001011110000101000011100000110110110 | c1a2f0a1c1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)