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 | 写照顯 | 1111000011100011100011101100101010001111110001101110100011111011 | f0e38eca8fc6e8fb |
EUC-JP | ?写照顯 | 00111111101111001100110010111110110010001111000011111101 | 3fbcccbec8f0fd |
UTF-8 | 写照顯 | 111011101000001010100010111001011000011010011001111001111000010110100111111010011010000110101111 | ee82a2e58699e785a7e9a1af |
UHC | ??照顯 | 001111110011111111110000110011101111101011101001 | 3f3ff0cefae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)