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 | 淫莎? | 1000100011111010111001001011001100111111 | 88fae4b33f |
EUC-JP | 淫莎? | 1011000011111100111010001011010100111111 | b0fce8b53f |
UTF-8 | 淫莎렟 | 111001101011011110101011111010001000111010001110111010111010000010011111 | e6b7abe88e8eeba09f |
UHC | 淫莎렟 | 111010111110001011011110111011011000111010110000 | ebe2deed8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)