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 | 燁g?曄 | 11111011010110011000001010000111001111111001111001000000 | fb5982873f9e40 |
EUC-JP | 燁g?曄 | 1000111111001010101100111010001111100111001111111101101110100001 | 8fcab3a3e73fdba1 |
UTF-8 | 燁g꺊曄 | 111001111000011110000001111011111011110110000111111010101011101010001010111001101001101110000100 | e78781efbd87eaba8ae69b84 |
UHC | 燁g꺊曄 | 1110011110100111101000111110011110000011101100011110011110100101 | e7a7a3e783b1e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)