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 | 孺?? | 10011011011111010011111100111111 | 9b7d3f3f |
EUC-JP | 孺?? | 11010101110111100011111100111111 | d5de3f3f |
UTF-8 | 孺블섧 | 111001011010110110111010111010111011100010010100111011001000010010100111 | e5adbaebb894ec84a7 |
UHC | 孺블섧 | 111010101110100010111010111011011011110010110101 | eae8baedbcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)