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 | 煽笑煽? | 10010000111110001000111111001110100100001111100000111111 | 90f88fce90f83f |
EUC-JP | 煽笑煽? | 11000000111110101011111011010000110000001111101000111111 | c0fabed0c0fa3f |
UTF-8 | 煽笑煽黎 | 111001111000010110111101111001111010110010010001111001111000010110111101111011111010011010001001 | e785bde7ac91e785bdefa689 |
UHC | 煽笑煽黎 | 1110000011000011111000011100010111100000110000111110011010110001 | e0c3e1c5e0c3e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)