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 | 亦??徇 | 100101101001001000111111001111111001110001101101 | 96923f3f9c6d |
EUC-JP | 亦??徇 | 110010111111001000111111001111111101011111001110 | cbf23f3fd7ce |
UTF-8 | 亦싨눞徇 | 111001001011101010100110111011001000101110101000111010111000100010011110111001011011111010000111 | e4baa6ec8ba8eb889ee5be87 |
UHC | 亦싨눞徇 | 1110011010110010100110101110011010000111101101101110001011011111 | e6b29ae687b6e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)