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 | 煽?煽粟 | 10010000111110000011111110010000111110001000100010111110 | 90f83f90f888be |
EUC-JP | 煽?煽粟 | 11000000111110100011111111000000111110101011000011000000 | c0fa3fc0fab0c0 |
UTF-8 | 煽黎煽粟 | 111001111000010110111101111011111010011010001001111001111000010110111101111001111011001010011111 | e785bdefa689e785bde7b29f |
UHC | 煽黎煽粟 | 1110000011000011111001101011000111100000110000111110000111011000 | e0c3e6b1e0c3e1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)