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 | 舒?}舒?{^ | 100110001010111000111111011111011001100010101110001111110111101101011110 | 98ae3f7d98ae3f7b5e |
EUC-JP | 舒?}舒?{^ | 110100001011000000111111011111011101000010110000001111110111101101011110 | d0b03f7dd0b03f7b5e |
UTF-8 | 舒롞}舒롞{^ | 111010001000100010010010111010111010000110011110011111011110100010001000100100101110101110100001100111100111101101011110 | e88892eba19e7de88892eba19e7b5e |
UHC | 舒롞}舒롞{^ | 1110000010100010100011101110000001111101111000001010001010001110111000000111101101011110 | e0a28ee07de0a28ee07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)