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 | 燿?密 | 1110000010100000001111111001011010100111 | e0a03f96a7 |
EUC-JP | 燿?密 | 1110000010100010001111111100110010101001 | e0a23fcca9 |
UTF-8 | 燿댐密 | 111001111000011110111111111010111000110010010000111001011010111110000110 | e787bfeb8c90e5af86 |
UHC | 燿댐密 | 111010001111110010110100111011111101101011001011 | e8fcb4efdacb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)