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 | 夭?? | 10011010111011100011111100111111 | 9aee3f3f |
EUC-JP | 夭?? | 11010100111100000011111100111111 | d4f03f3f |
UTF-8 | 夭淚龜 | 111001011010010010101101111011111010010110001101111011111010010010001000 | e5a4adefa58defa488 |
UHC | 夭淚龜 | 111010001110110011010010111001111101000010111000 | e8ecd2e7d0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)