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 | 楯省}楯省{^ | 1000111101111100100011111100100001111101100011110111110010001111110010000111101101011110 | 8f7c8fc87d8f7c8fc87b5e |
EUC-JP | 楯省}楯省{^ | 1011110111011101101111101100101001111101101111011101110110111110110010100111101101011110 | bdddbeca7dbdddbeca7b5e |
UTF-8 | 楯省}楯省{^ | 111001101010010110101111111001111001110010000001011111011110011010100101101011111110011110011100100000010111101101011110 | e6a5afe79c817de6a5afe79c817b5e |
UHC | 楯省}楯省{^ | 1110001011100100111000001111110101111101111000101110010011100000111111010111101101011110 | e2e4e0fd7de2e4e0fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)