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 | ??!徇 | 001111110011111110000001010010011001110001101101 | 3f3f81499c6d |
EUC-JP | ??!徇 | 001111110011111110100001101010101101011111001110 | 3f3fa1aad7ce |
UTF-8 | 黎싲!徇 | 111011111010011010001001111011001000101110110010111011111011110010000001111001011011111010000111 | efa689ec8bb2efbc81e5be87 |
UHC | 黎싲!徇 | 1110011010110001100110101110101110100011101000011110001011011111 | e6b19aeba3a1e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)