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 | 燿企物 | 111000001010000010001010111010011001010110101000 | e0a08ae995a8 |
EUC-JP | 燿企物 | 111000001010001010110100111010111100101010101010 | e0a2b4ebcaaa |
UTF-8 | 燿企物 | 111001111000011110111111111001001011110010000001111001111000100110101001 | e787bfe4bc81e789a9 |
UHC | 燿企物 | 111010001111110011010000111010101101101010101010 | e8fcd0eadaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)