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 | ?泳 | 001111111000100101101010 | 3f896a |
EUC-JP | ?泳 | 001111111011000111001011 | 3fb1cb |
UTF-8 | 뺰泳 | 111010111011101010110000111001101011001110110011 | ebbab0e6b3b3 |
UHC | 뺰泳 | 10010101111101111110011110110110 | 95f7e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)