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 | 絖朱繍裔 | 1110001101001100100011101110100110001111010010101110010111100001 | e34c8ee98f4ae5e1 |
EUC-JP | 絖朱繍裔 | 1110010110101101101111001110101110111101101010111110101011100011 | e5adbcebbdabeae3 |
UTF-8 | 絖朱繍裔 | 111001111011010110010110111001101001110010110001111001111011100110001101111010001010001110010100 | e7b596e69cb1e7b98de8a394 |
UHC | ?朱?裔 | 001111111111000110111001001111111110011111100000 | 3ff1b93fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)