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 | 粤豪し襷 | 1110001011100011100011011000101110000010101101011110011001000110 | e2e38d8b82b5e646 |
EUC-JP | 粤豪し襷 | 1110010011100101101110011110101110100100101101111110101110100111 | e4e5b9eba4b7eba7 |
UTF-8 | 粤豪し襷 | 111001111011001010100100111010001011000110101010111000111000000110010111111010001010010110110111 | e7b2a4e8b1aae38197e8a5b7 |
UHC | ?豪し? | 001111111111101111011111101010101011011100111111 | 3ffbdfaab73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)