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 | 游紗? | 1001111111100000100011101101000100111111 | 9fe08ed13f |
EUC-JP | 游紗? | 1101111011100010101111001101001100111111 | dee2bcd33f |
UTF-8 | 游紗떵 | 111001101011100010111000111001111011010010010111111010111001011010110101 | e6b8b8e7b497eb96b5 |
UHC | 游紗떵 | 111010101111110111011110111010011011011010111010 | eafddee9b6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)