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 | 犲瑪瑾臑 | 1110000010111010111000001111001111100000111101011110010001100001 | e0bae0f3e0f5e461 |
EUC-JP | 犲瑪瑾臑 | 1110000010111100111000001111010111100000111101111110011111000010 | e0bce0f5e0f7e7c2 |
UTF-8 | 犲瑪瑾臑 | 111001111000101010110010111001111001000110101010111001111001000110111110111010001000011110010001 | e78ab2e791aae791bee88791 |
UHC | ?瑪瑾? | 001111111101100010100101110100001100100000111111 | 3fd8a5d0c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)