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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | ?謙琦oBF | 0011111110001100101010101111101101100111011011110100001001000110 | 3f8caafb676f4246 |
EUC-JP | ?謙琦oBF | 001111111011100010101100100011111100110010101011011011110100001001000110 | 3fb8ac8fccab6f4246 |
UTF-8 | 렻謙琦oBF | 111010111010000010111011111010001010110010011001111001111001000010100110011011110100001001000110 | eba0bbe8ac99e790a66f4246 |
UHC | 렻謙琦oBF | 100011101100001111001100110001011101000110101101011011110100001001000110 | 8ec3ccc5d1ad6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)