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 | 已?美鴨 | 10011011110111110011111110010100111111001000101010011011 | 9bdf3f94fc8a9b |
EUC-JP | 已?美鴨 | 11010110111000010011111111001000111111101011001111111011 | d6e13fc8feb3fb |
UTF-8 | 已고美鴨 | 111001011011011110110010111010101011001110100000111001111011111010001110111010011011010010101000 | e5b7b2eab3a0e7be8ee9b4a8 |
UHC | 已고美鴨 | 1110110010101011101100001110110111011010101110001110010011100101 | ecabb0eddab8e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)