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 | ??I?? | 0011111100111111010010010011111100111111 | 3f3f493f3f |
SJIS-WIN | 螂ェI驕年 | 1110010110100101101010100100100111101001100000011001010001001110 | e5a5aa49e981944e |
EUC-JP | 螂ェI驕年 | 111010101010011110001110101010100100100111110001111000011100011110101111 | eaa78eaa49f1e1c7af |
UTF-8 | 螂ェI驕年 | 11101000100111101000001011101111101111011010101001001001111010011010100110010101111001011011100110110100 | e89e82efbdaa49e9a995e5b9b4 |
UHC | 螂?I驕年 | 1101010111001100001111110100100111001110111101101101001010110100 | d5cc3f49cef6d2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)