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 | ?匙? | 00111111100011011111101000111111 | 3f8dfa3f |
EUC-JP | ?匙? | 00111111101110101111110000111111 | 3fbafc3f |
UTF-8 | 룇匙돉 | 111010111010001110000111111001011000110010011001111010111000111110001001 | eba387e58c99eb8f89 |
UHC | 룇匙돉 | 100011111000011011100011101101011000100110011001 | 8f86e3b58999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)