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 | è¹à×E | 1110100010111001111000001101011101000101 | e8b9e0d745 |
SJIS-WIN | ???×E | 001111110011111100111111100000010111111001000101 | 3f3f3f817e45 |
EUC-JP | è?à×E | 10001111101010111011001000111111100011111010101110100010101000011101111101000101 | 8fabb23f8faba2a1df45 |
UTF-8 | è¹à×E | 110000111010100011000010101110011100001110100000110000111001011101000101 | c3a8c2b9c3a0c39745 |
UHC | ?¹?×E | 00111111101010011111011000111111101000011011111101000101 | 3fa9f63fa1bf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)