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 | 湫鶉滸 | 100111111101010111101010010001111001111111110101 | 9fd5ea479ff5 |
EUC-JP | 湫鶉滸 | 110111101101011111110011101010001101111011110111 | ded7f3a8def7 |
UTF-8 | 湫鶉滸 | 111001101011100110101011111010011011011010001001111001101011101110111000 | e6b9abe9b689e6bbb8 |
UHC | 湫?滸 | 1111010111010011001111111111101111001010 | f5d33ffbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)