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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀇鴫章ェ | 11111011010011111000111010110000100011111100110110101010 | fb4f8eb08fcdaa |
EUC-JP | 瀇鴫章ェ | 100011111100100110101101101111001011001010111110110011111000111010101010 | 8fc9adbcb2becf8eaa |
UTF-8 | 瀇鴫章ェ | 111001111000000010000111111010011011010010101011111001111010101110100000111011111011110110101010 | e78087e9b4abe7aba0efbdaa |
UHC | ??章? | 0011111100111111111011011111000100111111 | 3f3fedf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)