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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巡?6?ル6 | 10001111100001000011111110000010010101010011111110000011100010111000001001010101 | 8f843f82553f838b8255 |
EUC-JP | 巡?6?ル6 | 10111101111001000011111110100011101101100011111110100101111010111010001110110110 | bde43fa3b63fa5eba3b6 |
UTF-8 | 巡볥6略ル6 | 111001011011011110100001111010111011001110100101111011111011110010010110111011111010010110110110111000111000001110101011111011111011110010010110 | e5b7a1ebb3a5efbc96efa5b6e383abefbc96 |
UHC | 巡볥6略ル6 | 111000101101111010010011111010111010001110110110111001011011001010101011111010111010001110110110 | e2de93eba3b6e5b2abeba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)