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 | ÞûDÙ | 11011110111110110100010011011001 | defb44d9 |
SJIS-WIN | ??D? | 00111111001111110100010000111111 | 3f3f443f |
EUC-JP | ÞûDÙ | 10001111101010011011000010001111101010111110010101000100100011111010101011100011 | 8fa9b08fabe5448faae3 |
UTF-8 | ÞûDÙ | 11000011100111101100001110111011010001001100001110011001 | c39ec3bb44c399 |
UHC | Þ?D? | 1010100010101101001111110100010000111111 | a8ad3f443f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)