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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇。逞誹⊆ | 111110111010000110100001111001111001011110010100111011101000000110111010 | fba1a1e79794ee81ba |
EUC-JP | ?。逞誹⊆ | 001111111000111010100001111011011111011111001000111100001010001010111100 | 3f8ea1edf7c8f0a2bc |
UTF-8 | 蠇。逞誹⊆ | 111010001010000010000111111011111011110110100001111010011000000010011110111010001010101010111001111000101000101010000110 | e8a087efbda1e9809ee8aab9e28a86 |
UHC | ??逞誹⊆ | 0011111100111111110101101100000111011110101001101010000111110110 | 3f3fd6c1dea6a1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)