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 | 雉企帥 | 111010001011001110001010111010011001000010000011 | e8b38ae99083 |
EUC-JP | 雉企帥 | 111100001011010110110100111010111011111111100011 | f0b5b4ebbfe3 |
UTF-8 | 雉企帥 | 111010011001101110001001111001001011110010000001111001011011100010100101 | e99b89e4bc81e5b8a5 |
UHC | 雉企帥 | 111101101100101111010000111010101110000111111101 | f6cbd0eae1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)