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 | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
SJIS-WIN | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
EUC-JP | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
UTF-8 | 뭒몺뫒뭑뭎뭁oBF | 111010111010110110010010111010111010101010111010111010111010101110010010111010111010110110010001111010111010110110001110111010111010110110000001011011110100001001000110 | ebad92ebaabaebab92ebad91ebad8eebad816f4246 |
UHC | 뭒몺뫒뭑뭎뭁oBF | 100100100101101010010001101000001001000110110100100100100101100110010010010110001001001001010000011011110100001001000110 | 925a91a091b49259925892506f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)