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 | 鬘丞帥 | 111010011010000110001111111001011001000010000011 | e9a18fe59083 |
EUC-JP | 鬘丞帥 | 111100101010001110111110111001111011111111100011 | f2a3bee7bfe3 |
UTF-8 | 鬘丞帥 | 111010011010110010011000111001001011100010011110111001011011100010100101 | e9ac98e4b89ee5b8a5 |
UHC | ?丞帥 | 0011111111100011101010101110000111111101 | 3fe3aae1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)