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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 兪?}兪?{^ | 100110010110000000111111011111011001100101100000001111110111101101011110 | 99603f7d99603f7b5e |
EUC-JP | 兪崍}兪崍{^ | 11010001110000011000111110111011110001000111110111010001110000011000111110111011110001000111101101011110 | d1c18fbbc47dd1c18fbbc47b5e |
UTF-8 | 兪崍}兪崍{^ | 111001011000010110101010111001011011010010001101011111011110010110000101101010101110010110110100100011010111101101011110 | e585aae5b48d7de585aae5b48d7b5e |
UHC | 兪崍}兪崍{^ | 1110101011100100110101011100111101111101111010101110010011010101110011110111101101011110 | eae4d5cf7deae4d5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)