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 | 淑? | 100011110110100100111111 | 8f693f |
EUC-JP | 淑? | 101111011100101000111111 | bdca3f |
UTF-8 | 淑쎬 | 111001101011011110010001111011001000111010101100 | e6b791ec8eac |
UHC | 淑쎬 | 11100010110101111001101111010011 | e2d79bd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)