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 | OKYOKbnoBF | 100101110100111101001011010110011001011101001111010010110110001001101110011011110100001001000110 | 974f4b59974f4b626e6f4246 |
SJIS-WIN | ?OKY?OKbnoBF | 001111110100111101001011010110010011111101001111010010110110001001101110011011110100001001000110 | 3f4f4b593f4f4b626e6f4246 |
EUC-JP | ?OKY?OKbnoBF | 001111110100111101001011010110010011111101001111010010110110001001101110011011110100001001000110 | 3f4f4b593f4f4b626e6f4246 |
UTF-8 | OKYOKbnoBF | 1100001010010111010011110100101101011001110000101001011101001111010010110110001001101110011011110100001001000110 | c2974f4b59c2974f4b626e6f4246 |
UHC | ?OKY?OKbnoBF | 001111110100111101001011010110010011111101001111010010110110001001101110011011110100001001000110 | 3f4f4b593f4f4b626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)