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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紊掩洪荵 | 1110001101000011100010011000011010001101010111101110010010111001 | e34389868d5ee4b9 |
EUC-JP | 紊掩洪荵 | 1110010110100100101100011110011010111001101111111110100010111011 | e5a4b1e6b9bfe8bb |
UTF-8 | 紊掩洪荵 | 111001111011010010001010111001101000111010101001111001101011010010101010111010001000110110110101 | e7b48ae68ea9e6b4aae88db5 |
UHC | 紊掩洪? | 11011010101000101110010111110011111110111111001100111111 | daa2e5f3fbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)