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 | ?巡? | 00111111100011111000010000111111 | 3f8f843f |
EUC-JP | ?巡? | 00111111101111011110010000111111 | 3fbde43f |
UTF-8 | 째巡끒 | 111011001010011110111000111001011011011110100001111010111000000110010010 | eca7b8e5b7a1eb8192 |
UHC | 째巡끒 | 110000101011000011100010110111101000010111000010 | c2b0e2de85c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)