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 | 傲③?鴨 | 10011000111111001000011101000010001111111000101010011011 | 98fc87423f8a9b |
EUC-JP | 傲??鴨 | 110100001111111000111111001111111011001111111011 | d0fe3f3fb3fb |
UTF-8 | 傲③렉鴨 | 111001011000001010110010111000101001000110100010111010111010000010001001111010011011010010101000 | e582b2e291a2eba089e9b4a8 |
UHC | 傲③렉鴨 | 1110011111101100101010001110100110110111101110101110010011100101 | e7eca8e9b7bae4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)