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 | ?移? | 00111111100010001101101000111111 | 3f88da3f |
EUC-JP | ?移? | 00111111101100001101110000111111 | 3fb0dc3f |
UTF-8 | 앉移렍 | 111011001001010110001001111001111010011110111011111010111010000010001101 | ec9589e7a7bbeba08d |
UHC | 앉移렍 | 101111101100100111101100101110011000111010100011 | bec9ecb98ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)