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 | 瑜煮悉蛇汐 | 11100000111011111000111011001111100011101011101110001110110101101000111010101100 | e0ef8ecf8ebb8ed68eac |
EUC-JP | 瑜煮悉蛇汐 | 11100000111100011011110011010001101111001011110110111100110110001011110010101110 | e0f1bcd1bcbdbcd8bcae |
UTF-8 | 瑜煮悉蛇汐 | 111001111001000110011100111001111000010110101110111001101000001010001001111010001001101110000111111001101011000110010000 | e7919ce785aee68289e89b87e6b190 |
UHC | 瑜煮悉蛇汐 | 11101011101001011110110110110100111000111111101011011110111011111110000010110001 | eba5edb4e3fadeefe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)