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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?增 | 001111111111101010011101 | 3ffa9d |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | 쁠增 | 111011001000000110100000111001011010001010011110 | ec81a0e5a29e |
UHC | 쁠增 | 10111011110111001111000111110010 | bbdcf1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)