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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 疋?\}疋?\{^ | 1001010101000100001111110101110001111101100101010100010000111111010111000111101101011110 | 95443f5c7d95443f5c7b5e |
EUC-JP | 疋?\}疋?\{^ | 1100100110100101001111110101110001111101110010011010010100111111010111000111101101011110 | c9a53f5c7dc9a53f5c7b5e |
UTF-8 | 疋묵\}疋묵\{^ | 1110011110010110100010111110101110101100101101010101110001111101111001111001011010001011111010111010110010110101010111000111101101011110 | e7968bebacb55c7de7968bebacb55c7b5e |
UHC | 疋묵\}疋묵\{^ | 11111001101101011011100110101100010111000111110111111001101101011011100110101100010111000111101101011110 | f9b5b9ac5c7df9b5b9ac5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)