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 | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | 魄ケ蠖ケoBF | 111010011010111010111001111001011011110110111001011011110100001001000110 | e9aeb9e5bdb96f4246 |
EUC-JP | 魄ケ蠖ケoBF | 1111001010110000100011101011100111101010101111111000111010111001011011110100001001000110 | f2b08eb9eabf8eb96f4246 |
UTF-8 | 魄ケ蠖ケoBF | 111010011010110110000100111011111011110110111001111010001010000010010110111011111011110110111001011011110100001001000110 | e9ad84efbdb9e8a096efbdb96f4246 |
UHC | 魄???oBF | 1101101111011110001111110011111100111111011011110100001001000110 | dbde3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)