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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 倚?倚?noBF | 10011000110111110011111110011000110111110011111101101110011011110100001001000110 | 98df3f98df3f6e6f4246 |
EUC-JP | 倚?倚?noBF | 11010000111000010011111111010000111000010011111101101110011011110100001001000110 | d0e13fd0e13f6e6f4246 |
UTF-8 | 倚턞倚턡noBF | 11100101100000001001101011101101100001001001111011100101100000001001101011101101100001001010000101101110011011110100001001000110 | e5809aed849ee5809aed84a16e6f4246 |
UHC | 倚턞倚턡noBF | 111010111110111110110110010110011110101111101111101101100110001001101110011011110100001001000110 | ebefb659ebefb6626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)