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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髦ョ鄂キ豎「^ | 11101001100110001010111011100111101111011011011111100110101100011010001001011110 | e998aee7bdb7e6b1a25e |
EUC-JP | 髦ョ鄂キ豎「^ | 11110001111110001000111010101110111011101011111110001110101101111110110010110011100011101010001001011110 | f1f88eaeeebf8eb7ecb38ea25e |
UTF-8 | 髦ョ鄂キ豎「^ | 11101001101010111010011011101111101111011010111011101001100001001000001011101111101111011011011111101000101100011000111011101111101111011010001001011110 | e9aba6efbdaee98482efbdb7e8b18eefbda25e |
UHC | ??鄂???^ | 0011111100111111111001001100011100111111001111110011111101011110 | 3f3fe4c73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)