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 | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 苹上桶noBF | 11100100100110011000111111100011100010011011000101101110011011110100001001000110 | e4998fe389b16e6f4246 |
EUC-JP | 苹上桶noBF | 11100111111110011011111011100101101100101011001101101110011011110100001001000110 | e7f9bee5b2b36e6f4246 |
UTF-8 | 苹上桶noBF | 11101000100010111011100111100100101110001000101011100110101000011011011001101110011011110100001001000110 | e88bb9e4b88ae6a1b66e6f4246 |
UHC | ?上桶noBF | 001111111101111110111110111101111101001001101110011011110100001001000110 | 3fdfbef7d26e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)