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 | OP[OP[^ | 1001001001001111100100100101000001011011100100100100111110010010010100000101101101011110 | 924f92505b924f92505b5e |
SJIS-WIN | ?O?P[?O?P[^ | 0011111101001111001111110101000001011011001111110100111100111111010100000101101101011110 | 3f4f3f505b3f4f3f505b5e |
EUC-JP | ?O?P[?O?P[^ | 0011111101001111001111110101000001011011001111110100111100111111010100000101101101011110 | 3f4f3f505b3f4f3f505b5e |
UTF-8 | OP[OP[^ | 110000101001001001001111110000101001001001010000010110111100001010010010010011111100001010010010010100000101101101011110 | c2924fc292505bc2924fc292505b5e |
UHC | ?O?P[?O?P[^ | 0011111101001111001111110101000001011011001111110100111100111111010100000101101101011110 | 3f4f3f505b3f4f3f505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)