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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???竭 | 0011111100111111001111111110001010010001 | 3f3f3fe291 |
EUC-JP | 塡®?竭 | 100011111011100010110100100011111010001011101110001111111110001111110001 | 8fb8b48fa2ee3fe3f1 |
UTF-8 | 塡®렯竭 | 1110010110100001101000011100001010101110111010111010000010101111111001111010101110101101 | e5a1a1c2aeeba0afe7abad |
UHC | 塡®렯竭 | 1110111011110011101000101110011110001110101111001100101011100110 | eef3a2e78ebccae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)