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 | 鋧フ邇ウ耳鱆 | 11111011110011111100110011100111100011101011001110001110101010001110100111100001 | fbcfcce78eb38ea8e9e1 |
EUC-JP | 鋧フ邇ウ耳鱆 | 10001111111001001100101110001110110011001110110111101110100011101011001110111100101010101111001011100011 | 8fe4cb8eccedee8eb3bcaaf2e3 |
UTF-8 | 鋧フ邇ウ耳鱆 | 111010011000101110100111111011111011111010001100111010011000001010000111111011111011110110110011111010001000000010110011111010011011000110000110 | e98ba7efbe8ce98287efbdb3e880b3e9b186 |
UHC | ??邇?耳? | 0011111100111111111011001100010000111111111011001011110000111111 | 3f3fecc43fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)