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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??モ⊂ | 001111110011111110000011100000101000000110111100 | 3f3f838281bc |
EUC-JP | ??モ⊂ | 001111110011111110100101111000101010001010111110 | 3f3fa5e2a2be |
UTF-8 | 룶퓦モ⊂ | 111010111010001110110110111011011001001110100110111000111000001110100010111000101000101010000010 | eba3b6ed93a6e383a2e28a82 |
UHC | 룶퓦モ⊂ | 1000111110101011101111111000111110101011111000101010000111111000 | 8fabbf8fabe2a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)