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 | 롔移롉 | 111010111010000110010100111001111010011110111011111010111010000110001001 | eba194e7a7bbeba189 |
UHC | 롔移롉 | 100011101101100011101100101110011000111011001111 | 8ed8ecb98ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)