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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 螂ェL螂ェL^ | 111001011010010110101010010011001110010110100101101010100100110001011110 | e5a5aa4ce5a5aa4c5e |
EUC-JP | 螂ェL螂ェL^ | 1110101010100111100011101010101001001100111010101010011110001110101010100100110001011110 | eaa78eaa4ceaa78eaa4c5e |
UTF-8 | 螂ェL螂ェL^ | 111010001001111010000010111011111011110110101010010011001110100010011110100000101110111110111101101010100100110001011110 | e89e82efbdaa4ce89e82efbdaa4c5e |
UHC | 螂?L螂?L^ | 110101011100110000111111010011001101010111001100001111110100110001011110 | d5cc3f4cd5cc3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)