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 | 裼Ⅳ}裼Ⅳ{^ | 1110010111100111100001110101011101111101111001011110011110000111010101110111101101011110 | e5e787577de5e787577b5e |
EUC-JP | 裼?}裼?{^ | 111010101110100100111111011111011110101011101001001111110111101101011110 | eae93f7deae93f7b5e |
UTF-8 | 裼Ⅳ}裼Ⅳ{^ | 111010001010001110111100111000101000010110100011011111011110100010100011101111001110001010000101101000110111101101011110 | e8a3bce285a37de8a3bce285a37b5e |
UHC | ?Ⅳ}?Ⅳ{^ | 001111111010010110110011011111010011111110100101101100110111101101011110 | 3fa5b37d3fa5b37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)