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 | 劼陝}劼陝{^ | 1001100110100010111010001001111101111101100110011010001011101000100111110111101101011110 | 99a2e89f7d99a2e89f7b5e |
EUC-JP | 劼陝}劼陝{^ | 1101001010100100111100001010000101111101110100101010010011110000101000010111101101011110 | d2a4f0a17dd2a4f0a17b5e |
UTF-8 | 劼陝}劼陝{^ | 111001011000101010111100111010011001100110011101011111011110010110001010101111001110100110011001100111010111101101011110 | e58abce9999d7de58abce9999d7b5e |
UHC | ?陝}?陝{^ | 001111111110000011101101011111010011111111100000111011010111101101011110 | 3fe0ed7d3fe0ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)