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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 滓?[}滓?[{^ | 1001111111100110001111110101101101111101100111111110011000111111010110110111101101011110 | 9fe63f5b7d9fe63f5b7b5e |
EUC-JP | 滓?[}滓?[{^ | 1101111011101000001111110101101101111101110111101110100000111111010110110111101101011110 | dee83f5b7ddee83f5b7b5e |
UTF-8 | 滓렰[}滓렰[{^ | 1110011010111011100100111110101110100000101100000101101101111101111001101011101110010011111010111010000010110000010110110111101101011110 | e6bb93eba0b05b7de6bb93eba0b05b7b5e |
UHC | 滓렰[}滓렰[{^ | 11101110101010111000111010111101010110110111110111101110101010111000111010111101010110110111101101011110 | eeab8ebd5b7deeab8ebd5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)