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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 憶??午? | 10001001101011110011111100111111100011001101111100111111 | 89af3f3f8cdf3f |
EUC-JP | 憶??午? | 10110010101100010011111100111111101110001110000100111111 | b2b13f3fb8e13f |
UTF-8 | 憶귚틓午룬 | 111001101000011010110110111010101011011110011010111011011000101110010011111001011000110110001000111010111010001110101100 | e686b6eab79aed8b93e58d88eba3ac |
UHC | 憶귚틓午룬 | 11100101111000111000001011100100101110101000001011100111111011011011011111101001 | e5e382e4ba82e7edb7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)