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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髦ョ髷俶錐 | 111010011001100010101110111010011001111010011000111001101001000010001101 | e998aee99e98e6908d |
EUC-JP | 髦ョ髷俶錐 | 11110001111110001000111010101110111100011111111011010000111010001011111111101101 | f1f88eaef1fed0e8bfed |
UTF-8 | 髦ョ髷俶錐 | 111010011010101110100110111011111011110110101110111010011010101110110111111001001011111110110110111010011000110010010000 | e9aba6efbdaee9abb7e4bfb6e98c90 |
UHC | ????錐 | 001111110011111100111111001111111111010111011110 | 3f3f3f3ff5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)